Possible Duplicate:
Automatically re-direct a user when session Times out or goes idle…
I have a Log In system and the session expires, but they need to refresh the page to be shown the login in screen again. Instead, my users enter data and hit submit to find out that they have been logged out.
Is there any way to make the page automatically redirect to the log-in page once the session has expired?
Thanks!
EDIT:::
From reviewing the previously asked question found Here I have used the accepted answer for this application. Thank you all for your suggestions.