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 asp.net globalization?
Describe the master page.
Describe a bubbled event and how it is used ?
Are there any resources for drop-in replacements for the default css that comes with the ASP.NET Website template?
How to bind all the binding controls in a page at once in ASP.NET?
What is localhost in asp.net?
What is the difference between web.config and machine.config in ASP.NET?
Explain how do you deploy your asp.net application?
What is session in asp.net?
Explain the advantages of asp.net.
What are main return types supported in Web API?
What is the extension of master page in asp.net?
How many types of validation are there?
Explain About WebService
What is cross page posting in asp net?