I've got some ASP pages where the session variable values get blown away BEFORE
the session times out. I can't understand it. For example: if a user
logs into my ASP app using his password which is stored in a session variable,
it will be fully accessible for a few minutes and then all of a sudden.....Wham
session variable with password value is gone. And the session timeout is
far from expired. The session variable is not being touched in any way
after it gets initialized with a value.
Anyone no what could be causing this?
Thanks.
Reply With Quote
the session times out. I can't understand it. For example: if a user
logs into my ASP app using his password which is stored in a session variable,
it will be fully accessible for a few minutes and then all of a sudden.....Wham
session variable with password value is gone. And the session timeout is
far from expired. The session variable is not being touched in any way
after it gets initialized with a value.
Anyone no what could be causing this?
Thanks.
Reply With Quote
Comment