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