Session timeout period
I am developing web application.I am facing session timeout problem.Locally application runs fine. But when upload application and check goes to login page. For that i set session timeout period from 20 to 60 in web.config eventhough goes to login page. Please help me on this issue as early as possible.
Niradhip ChakrabortyPosted Jul 20, 2009, 1:33 PM
Your web.config code should be look like this:
<sessionState mode="InProc" stateConnectionString="tcpip=127.0.0.1:42424" sqlConnectionString="data source=127.0.0.1;Trusted_Connection=yes" cookieless="false" timeout="60"/>