Hi,
I'm supporting an existing web application and came across this issue: user logged in, started a process which has 5 steps; then sit idle for a while (more than 30 minutes), then came back and continue with the steps, and hit an error; due to this process uses a few session variables to pass info along, and when the user came back after 30 minutes, the session already timed out.
I'm surprised that the user is not automatically logged out, after 20 minutes - how do I make that happen?
I thought the application has such functionality; or could we set something up in IIS to make thathappen?
Please suggest the simplest way - if an user is idle for more than 20 minutes, when they come back, click on any link or button will immediately log them out; or they will see a log in screen without clicking on anything.
Thanks,
Claudia