S
Steve Caliendo
Hi,
I have my session.timeout set to 30. I have a page that can take up to
about 10 minutes to process, and in the meantime they're re-directed to a
"Please Wait" page.
The problem I encountered was that all of my session variables were gone
after about 10 minutes, and so I put a "Stop" statement in the Session_End.
Sure enough, the stop statement is always encountered after this long
process (Even though it is far less than 30 minutes). In the command
window, I checked the session.timeout value, and it was set to 30. What
other events trigger the session to end ?
Thanks,
Steve
I have my session.timeout set to 30. I have a page that can take up to
about 10 minutes to process, and in the meantime they're re-directed to a
"Please Wait" page.
The problem I encountered was that all of my session variables were gone
after about 10 minutes, and so I put a "Stop" statement in the Session_End.
Sure enough, the stop statement is always encountered after this long
process (Even though it is far less than 30 minutes). In the command
window, I checked the session.timeout value, and it was set to 30. What
other events trigger the session to end ?
Thanks,
Steve