Home
About
Privacy Policy
Disclaimer
Contact Us
Latest
6/recent/ticker-posts
Header Ads Widget
Home-icon
Asp.net C#
JavaScript
Online Projects
Home
Asp.net C#
Increase Session Timeout in asp.net c#
Increase Session Timeout in asp.net c#
Apps Demo
July 27, 2020
In this article we learn how to increase session timeout in asp.net c#
Add this in web.config in system.web:
<sessionState timeout = "60" mode = "InProc" />
//Set timeout in minutes.
Post a Comment
0 Comments
Social Plugin
AppsDemo
Popular Posts
Lazy loading example with jquery
October 24, 2020
Delay response of query execution in sql server
October 31, 2020
Check active connections and database users in sql server
December 02, 2020
Labels
Asp.net C#
10
Browser
1
css
1
HTML
2
JavaScript
5
jquery
1
Online Projects
2
SQL Server
9
0 Comments