Config Session Timeout

  • Thread starter Thread starter Michael Chong
  • Start date Start date
M

Michael Chong

Is below the right way to configure my session timeout until 1 hour long?

<sessionState mode="InProc" stateConnectionString="tcpip=127.0.0.1:42424"
sqlConnectionString="data source=127.0.0.1;Trusted_Connection=yes"
cookieless="false" timeout="3600"/>
 
Hi Michael,

Well, it seems like you just set it to 60 hours! :) Timeout value is in
minutes.

Ethem
 
Back
Top