reset application session

G

Guest

hey all,
is there another way to clear out Application Session variables besides
doing an iisreset? Could you just reset the one application/virtual directory?

thanks,
rodchar
 
C

Cowboy \(Gregory A. Beamer\)

Application.Clear()?

--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA
http://gregorybeamer.spaces.live.com
Co-author: Microsoft Expression Web Bible (upcoming)

************************************************
Think outside the box!
************************************************
 
G

Guest

rodchar,
First, this is really an ASP.NET group question, it doesn't relate
specifically to the C# language, which is what this group is for.

You need to clarify what you mean by "Application Session variables". Do you
mean Application variables, or Session variables? These are two different
things.

this article shows 2 different ways to restart an ASP.NET application
gracefully without using IISReset:

http://www.eggheadcafe.com/tutorial...f2-e68b28dbe836/restart-aspnet-apps-prog.aspx

Peter
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

static vs session 2
static vs appsession 3
mile high view 2
deploy win2000 server 2
A way to get back lost session values 3
console app get byte array 3
session question 2
generic collection differencing 3

Top