R
ruca
Hi,
How can I Redirect my web application to a page when a session ends? (I've
set a timeout)
I have this in my Global.asax in Session_End Event:
Context.Response.Redirect("login.aspx")
but it doesn't work
How can I Redirect my web application to a page when a session ends? (I've
set a timeout)
I have this in my Global.asax in Session_End Event:
Context.Response.Redirect("login.aspx")
but it doesn't work