session expiring unexpectedly

  • Thread starter Thread starter hch_nguyen
  • Start date Start date
H

hch_nguyen

Hi,

I have an asp.net app. The session state is set to expire in 20 minutes in
web.config, but my sessions seem to timeout randomly even though I interact
with the application regularly, which is supposed to reset the expiration
time I believe. Is there a specific way that you have to start a session or
interact with it in order to keep your session current?

Thanks,
Christine
 
Hi hch_nguyen,

Check to see if your application is getting restarted.

Regards
Ashish M Bhonkiya
 
Back
Top