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

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)
 
A

Andy Green

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...
 
A

Alvin Bruney

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

Members online

Forum statistics

Threads
473,744
Messages
2,569,482
Members
44,901
Latest member
Noble71S45

Latest Threads

Top