What is the use of sessionstate tag in the web.config file?
Answer Posted / p.ramakrishna
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"
/>
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
What is is post back property in asp net?
Explain the path instructions in xaml?
How to send a DataReader as a parameter to a remote client ?
What is active web page?
Explain About duration in caching technique
What is session id in web application?
How to implement role based security in asp.net mvc? : Asp.Net MVC
What is syntax code to send email from an asp.net application?
what is publisher?
How do http sessions work?
What is the difference between login controls and forms authentication?
If Instancing = Single use for ActiveX Exe, how will this be executed if there are 2 consecutive client requests ?
What is authentication in asp.net?
What is http request and response?
What do you mean by View State and what is its role?