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
What is globalization and localization in asp net?
Is asp.net web forms dead?
What role “#&&” plays in a querysting?
What is meant by web application?
What is repository pattern in mvc.net? : asp.net mvc
In asp.net, how can you validate drop down box?
What is ipostback?
Where sessions are stored in asp.net?
What is the difference between page-level caching and fragment caching?
Can action method static?
How can we access static variable?
ASP.NET 2.0's new membership API used for creating and managing user account is exposed through which 2 clause?
What is content page in asp net?
What do you mean by caching in asp.net?
If Instancing = Single use for ActiveX Exe, how will this be executed if there are 2 consecutive client requests ?