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
Is asp.net web forms dead?
What is meant by ispostback in asp net?
How to integrate angular 8 with asp.net mvc 5? : Asp.Net MVC
How is it possible for .NET to support many languages?
What is %20 in a url?
What are assemblies and namespaces and explain the difference between them ?
Explain the difference between inline and code behind - which is best in?
What is the difference between session and application?
Explain how do you deploy your asp.net application?
What is round trip in asp.net?
What is the purpose of master page?
In which event of page cycle is the viewstate available?
List the asp.net validation controls?
What is asp according to you?
What is server transfer?