1.

What Is The Use Of sessionstate Tag In The Web.config File?

Answer»

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"/>

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:



Discussion

No Comment Found