I need to increase session timeout of my web use form ...
could anyone please help ?
I need to increase session timeout of my web use form ...
could anyone please help ?
In Web.config:
<system.web>
...
<sessionState timeout="timeout in minutes"
...
/>
...
</system.web>
See followings:
http://stackoverflow.com/questions/435538/how-to-configure-the-timeout-of-your-asp-net-web-application
http://stackoverflow.com/questions/648992/session-timeout-in-asp-net