Session/Login still times out at 20 minutes even after changing defaults

  • Thread starter Thread starter Andy Green
  • Start date Start date
A

Andy Green

Hello! I've got a problem with an ASP.NET app...

The app is running in conjunction with the Session State server, and they
both run on the same machine.

I've changed the default timeouts in my Web.config file to be
timeout="120" for 120 minutes, but the users still time out (and thus
have to re-login) after 20 minutes.

Has anyone else had this sort of problem?

Andy, (e-mail address removed)
 
Oh yeah, I forgot the most important part; when running the app, I wrote a
quick page to display the session.timeout and it shows 120, which is what I
set it to - yet it still times out at 20 minutes...
 
Are you using Forms Authentication? Check the timeout setting for that?
 
there is also the
idleTimeout

which must be set appropriately as well, This causes the session to time out
if the app is sitting idle for the specified period of time.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top