Is SessionState.Timeout affected by timers?

  • Thread starter Thread starter JellicleMime
  • Start date Start date
J

JellicleMime

Guest
If I update my Web.config with the following line:

<sessionState timeout="5"/>

am I instructing my web application to time out after 5 minutes of inactivity?

If so, then if the active page in the web application has a System.Web.UI.Timer that fires every 1 minute, will this timer prevent the 5 minute timeout?

Continue reading...
 
Back
Top