Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Redirecting a User when session timeouts.
Message
General information
Forum:
Internet
Category:
Active Server Page
Miscellaneous
Thread ID:
00228728
Message ID:
00229162
Views:
21
<< What is the best way to redirect a user to another page when their session timeouts?


I would think it could be done in the global.asa file and coded on the Session_OnEnd event.

The following text is from the Visual Studio help files:
Session_OnEnd
The Session_OnEnd event occurs when a session is abandoned or times out. Of the server built-in objects, only the Application, Server, and Session objects are available.

Syntax:
SCRIPT LANGUAGE=ScriptLanguage RUNAT=Server
Sub Session_OnEnd
. . . (do your redirect here).....
End Sub
/SCRIPT
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform