Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Redirecting a User when session timeouts.
Message
Information générale
Forum:
Internet
Catégorie:
Active Server Page
Divers
Thread ID:
00228728
Message ID:
00229162
Vues:
20
<< 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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform