Is it possible to capture when a session timeouts within a page and then automatically redirect the user to another page or reset the session.
many thanx.
You can check to see if any session variables that should exist are no longer valid.
Example:
If Session(IsLoggedIn) = "true" Then
- other ASP Code here
Else
Response.Redirect "login.asp"
End If cquick@callingpost.com
Geographic Information System (GIS), ASP, some Oracle
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.