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
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