John's Technical Blog
Wednesday, 21 October 2009
ASP: Increase Session State
Increase session state by simply changing the timeout property in the
Web.config
.
The default is 20mins.
<system.web>
<sessionState timeout ="20" mode ="InProc" />
</system.web>
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment