D
Dave Harrington
Hello all -
I am developing a web application which uses forms authentication. I use
session data remember important variables (like login name, email address,
etc) throughout the site. I have a session timeout set to 20 minutes.
What I want to happen is I want all of the Session data and the URL the user
is on to be remembered in something like a database. This is easy enough
using the Session_End function. What I also want to happen, is when their
session is timed out, I want them either to be redirected to a "Log back In"
page or have a page like this pop up (like a dialog box). When they log
back in, they will return to the exact place they were before their session
timed out.
Does anyone have a solution that's easy to implement ( or at least ideas) in
how to accomplish this?
Thanks in Advance!
Dave
I am developing a web application which uses forms authentication. I use
session data remember important variables (like login name, email address,
etc) throughout the site. I have a session timeout set to 20 minutes.
What I want to happen is I want all of the Session data and the URL the user
is on to be remembered in something like a database. This is easy enough
using the Session_End function. What I also want to happen, is when their
session is timed out, I want them either to be redirected to a "Log back In"
page or have a page like this pop up (like a dialog box). When they log
back in, they will return to the exact place they were before their session
timed out.
Does anyone have a solution that's easy to implement ( or at least ideas) in
how to accomplish this?
Thanks in Advance!
Dave