How to set session value to 20mins in web.config file ?
Hi lingers,
Refer below code.
<configuration> <system.web> <sessionState timeout="20"></sessionState> </system.web> </configuration>
© COPYRIGHT 2024 ASPSnippets.com ALL RIGHTS RESERVED.