session expiring randomly

  • 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

I am also facing the same problem. One thing that I observed was it is working properly i
some other machine having entire framework environment (developer's), this won't we acceptable to client
Other thing that could be checked is session timeout set in the IIS

Regard
Satish
 
Back
Top