Monday, 25 November 2013

What is the use of sessionstate tag in the web.config file?



What is the use of sessionstate tag in the web.config file?

Configuring session state:
Session state features can be configured via the <sessionState> section in a web.config file. To double the default timeout of 20 minutes, you can add the following to the web.config file of an application:
<sessionState timeout="40"/>

No comments:

Post a Comment

Popular Posts