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 server transfer?
What is the maximum timeout we can set for Cookies?
Why is it preferred to not use finalize for clean up?
What do you understand by aggregate dependency?
What is the full meaning of asp.net?
What is session start?
What is Partial PostBack in ASP.NET?
What is special types forms
How much is the pay-for-use service if I chose not to use microsoft-sponsored advertising?
Will the asp.net validators run in server side or client side? How do you do client-side validation in .net? How to disable validator control by client side javascript?
How do you do Client-side validation in .Net?
What is the difference between GridView and Repeater controls in ASP.NET?
Explain about asp.net state management?
What is a query string in a url?
What does mvc represent in asp.net? : asp.net mvc