How To Change ASP.NET Session Timeout
To preserve web server's resources, session expires after certain time of inactivity (20 minutes by default). If there are no new requests from same visitor, all session data related to that visitor are deleted from server's memory. This could be a problem in some scenarios. This tutorial explains different ways how you can manipulate ASP.NET session state timeout and keep sessions alive.
Visit publisher site: How To Change ASP.NET Session TimeoutListing Details
- Version:
- 1
- Filed in:
-
Scripts / ASP.NET / Tutorials & Tips
- Submitted on:
- Last Updated:
- Aug 15, 2010
- Publisher:
- Richard Bean Other listings by this publisher
License & Pricing Information
LICENSE #1
- License Type:
- Freeware
- Price:
- $0.00 USD
- Additional Info:
User Reviews
Be the first to review this listing!Not yet reviewed by any member.... You can be the FIRST one to write a review for How To Change ASP.NET Session Timeout