Here is the line from the web.config:
<SESSIONSTATE timeout="1000" cookieless="false" sqlConnectionString="data source=127.0.0.1;Trusted_C
There is no error message because each page in the application detects if there are certain session variables present. If the session variables are not present the application redirects to the login page. The application is redirecting to the login page after 10 minutes of non-use.
Main Topics
Browse All Topics





by: lambdabunkerPosted on 2008-07-23 at 16:30:17ID: 22074892
can you post the code where you are setting timeout, can you also post the error/message you get once timeout expires?