I am attempting to use ASP to do something which seems like it should be simple enough. If a user's session times out, I want to redirect them back to the login page so that they can log back in and start their session again.
It seems to me that the easiest way to do this(wihtout having to check the validity of the session object on every page) is in Session_OnEnd in Gobal.asa, but I understand that the Response and Request objects are unavailable.
Any ideas?
It seems to me that the easiest way to do this(wihtout having to check the validity of the session object on every page) is in Session_OnEnd in Gobal.asa, but I understand that the Response and Request objects are unavailable.
Any ideas?