Can we change the session timeout in ASP.NET, if yes then
how and from where?
Answer Posted / sabeer pasha
Hi All,
Have u set any time limit in the web.config file if not
then set like this
mode="InProc"
stateConnectionString="tcpip=127.0.0.1:42424"
sqlConnectionString="data
source=127.0.0.1;Trusted_Connection=yes"
cookieless="false"
timeout="20"
/>
| Is This Answer Correct ? | 15 Yes | 4 No |
Post New Answer View All Answers
What is a windows service?
What are the various types of cookies in asp.net?
What is asp.net futures?
In ViewState How much lifespan items stored?
What is difference between session and cookie?
What is http post action?
How to unit test Web API?
What websites use asp.net?
What is viewstate? What does the “enableviewstate” property do?
What are the HTML server controls in ASP.NET?
How can you make sure that web api returns json data only?
What are the server control tags in asp.net.?
Why do we use asp.net?
Which type of state management is provided by Query String in ASP.NET?
How to prevent client side validation from the ASP.NET validation controls?