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 session authentication?
Why session is used in asp.net?
How you can stop the validation of ASP.NET controls from client side?
List the types of authentication supported by asp.net?
How we implement the multiple paypal value with gridview in my website and how we make a payment through Credit Card.
What are the three parts of an http response?
How can we add an event handler for a ASP.NET function executed on MouseOver for a certain button.
Differentiate between file-based dependency and key-based dependency.
Explain Session state management options in ASP.NET.
How do we access view state value of this page in the next page?
What is the difference between web.config and machine.config in ASP.NET?
Explain about ASP.NET?
If you want to write your own dot net language, what steps you will you take care?
What is the difference between response.redirect and server.transfer?
Web API supports which protocol?