Can we change the session timeout in ASP.NET, if yes then
how and from where?
Answer Posted / narinder mahindru
By default session time out is 20 minutes but one can
change it. there are two ways to change the sessiontime out
in asp.net that is:-
1) from web config. file by setting the session timot
element eg.
<sessionstate timeout="60"/>
or
2) by doing programtically eg.
session.timeout=60
| Is This Answer Correct ? | 21 Yes | 3 No |
Post New Answer View All Answers
Which is better php or asp.net?
WSDL means?
What asp.net control can embed xaml into asp.net pages?
In ViewState How much lifespan items stored?
Explain the overview of asp.net?
What is Pre-Render event in ASP.NET?
What is the procedure to handle the process request using mhpm events fired? : asp.net mvc
Explain significance of routing? : asp.net mvc
What are the asp.net list controls and difference between them?
What is the difference between page-level caching and fragment caching?
How does asp.net page work?
Which control has default post back is enabled(true)?
Difference between overriding and overloading?
What are the difference between function and stored procedure in .net programming language?
Which protocol is used to call a web service?