Tuesday, November 11, 2008

How to add session timeout in ASP.NET

Add this into web.config inside


<sessionState mode="InProc" cookieless="false" timeout="60"/>

No comments:

Post a Comment