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


Please Help Members By Posting Answers For Below Questions

Is it possible to apply themes to an asp.net application? If yes, then how?

796


Mention the execution process for managed code?

745


What is a form tag?

703


Disable browser cache for entire ASP.NET website?

885


Explain different authentication modes in asp.net?

805


Where do we store our connection string in asp.net application?

755


How can u deifne the benefits and limitation of using Viewstate for state management?

924


What is the compiled object?

1853


What is the difference between the asp and asp.net?

711


When cookie will expire?

781


Can the dictionary object be created in client?s scope ?

2206


What is postback pixel?

689


Why is xap important?

788


What is the difference between Classic ASP and ASP.Net?

792


A web service can only be written in .net? State whether true or false.

745