Can we change the session timeout in ASP.NET, if yes then
how and from where?
Answer Posted / narendra
to change session timeout write this code in your web.config
file
<sessionState mode="InProc" timeout="60">
it will increase your session expire time .
| Is This Answer Correct ? | 12 Yes | 3 No |
Post New Answer View All Answers
How you will handle session when deploying application in more than a server?
Explain Apache web servers ? How can you get ASP.NET running in Apache web servers - why should you do this?
Whta are the Various steps taken to optimize a web based application (caching, stored procedure etc.) ?
In how many ways we can retrieve table records count?
What is the maximum timeout we can set for Cookies?
How do you do Client-side validation in .Net?
Is there any alternative to avoid name collisions other then Namespaces?
Explain global assembly cache.
What is cache in asp net?
How to use multiple scriptmanager controls in a web page?
Explain the basic functionality of garbage collector?
What is application in asp net?
What is the use of service provider?
What is the extension of master page in asp.net?
Is asp.net free?