S
- Steve -
I'm using Forms Based Authentication.
I've written my code so that when a user does something but has timed out,
it gracefully logs them out and asks them to log back on.
I do this with . .
Session.Abandon()
Response.Redirect("logon.aspx")
That puts them back to logon, but then they end up back at the default page
instead of where they where when they timed out.
What's the better way to handle that?
--
Steve Evans
Email Services
SDSU Foundation
(619) 594-0708
I've written my code so that when a user does something but has timed out,
it gracefully logs them out and asks them to log back on.
I do this with . .
Session.Abandon()
Response.Redirect("logon.aspx")
That puts them back to logon, but then they end up back at the default page
instead of where they where when they timed out.
What's the better way to handle that?
--
Steve Evans
Email Services
SDSU Foundation
(619) 594-0708