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 xaml? Are xaml file compiled or built on runtime?
Explain the boxing and unboxing concept in .net?
What is manifest in .net framework?
Is it possible for me to change my aspx file extension to some other name?
Why should i prefer JSP over asp.net or any other web development language..??
What is the difference between client-side and server-side validations in webpages?
What is session and cookies in asp.net?
What is autopostback in dropdownlist in asp net?
What are custom controls?
Write a code for passing ArrayList in Web API?
Explain Authentication mechanism in dotnet
What is State Management in .Net and how many ways are there to maintain a state in .Net? What is view state?
Define web.config in .net?
How to disable cut, copy and paste in TextBox using jQuery in asp.net?
What is the main differences between asp and asp.net?