Other reasons for a session to end ?

  • Thread starter Thread starter Steve Caliendo
  • Start date Start date
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
 
Hi,

maybe your code cause aspnet_wp process to recycle your application or
aspnet_process due one of <processModel> settings in machine.config.

HTH

Natty Gur[MVP]

blog : http://weblogs.asp.net/ngur
Mobile: +972-(0)58-888377
 
Back
Top