Notifications
Clear all
Topic starter
12/05/2025 3:40 am
The current default session timeout is 20 minutes. How can I increase it to 40 minutes or something more?
14/05/2025 5:39 am
Add following tag under <system.web> of your web.config file
<sessionState timeout="40" />