Lost session variables - size issue?

  • Thread starter Thread starter Eliyahu Goldin
  • Start date Start date
E

Eliyahu Goldin

When I run my ASP.NET application first time after deployment, it runs OK.
On the second run, when one of my web forms tries to read session variables
set in another form, it finds them empty. Nevertheless, if in the same
session I set the variables again, they don't get lost anymore. What could
be the reason for the session variables to get lost in the beginning of the
session? Could it be a size issue? Where can I set amount of storage
available for the session variables?

Eliyahu
 
There are a whole bunch of reasons. I had a similar problem a while ago and
you will find the articles on the MSDN site ( http://msdn.microsoft.com )
and in the Search, check the Knowledge Base radio button and search for
lost session variables
 
Back
Top