Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

session timeout

Status
Not open for further replies.

thompom

Technical User
Dec 4, 2006
395
0
0
GB
Hi,

Have just split asp front and mysql back onto different servers.
Now users are redirected to login page every 20 mins at the same time.
The asp is on the same server as before and has no session.timeouts in the code
and the session state timeout is set to 1440 mins.
Also as all users are redirected to home page at same time - not sure session timeout
is actually issue

any ideas why moving the database to a different server causes sessions to timeout more quickly?

M
 
It is looks like your application pool recycle every 20 min. It is default setting and it is why your session expired for all users at the same time every 20 minutes. You need to change your application pool settings...
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top