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