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
Is it possible to apply themes to an asp.net application? If yes, then how?
Can you change a master page dynamically at runtime? How?
How does windows service lifecycle differ from a .standard. Exe?
What is difference between asp state management and asp.net state management?
Explain the basic functionality of garbage collector?
What is caching? Explain.
Is it right that ASP.NET Web API has replaced WCF?
which one is more flexibility and reliability and durability asp.net (VS)php which one is best and which one we do nice to create dynamic websites
Can you dynamically assign a Master Page?
How is application management and maintenance improved in asp.net 2.0?
What is the difference between union and structure?
What are the ways to sending the data in ASP.NET page?
What is data reader in asp.net?
What is asp.net with mvc? : Asp.Net MVC
Is post back property in asp net?