hi,
what is default session time out in asp.net, please let me know were i can able to put the code in the application.
thanks in advance.
By default it is 20 minutes
You can change Web.Config file <system.web> section.
<sessionState timeout = "15"/>
© COPYRIGHT 2025 ASPSnippets.com ALL RIGHTS RESERVED.