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
Is it possible to apply themes to an asp.net application? If yes, then how?
Mention the execution process for managed code?
What is a form tag?
Disable browser cache for entire ASP.NET website?
Explain different authentication modes in asp.net?
Where do we store our connection string in asp.net application?
How can u deifne the benefits and limitation of using Viewstate for state management?
What is the compiled object?
What is the difference between the asp and asp.net?
When cookie will expire?
Can the dictionary object be created in client?s scope ?
What is postback pixel?
Why is xap important?
What is the difference between Classic ASP and ASP.Net?
A web service can only be written in .net? State whether true or false.