Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Session timeout
Message
General information
Forum:
ASP.NET
Category:
Other
Title:
Session timeout
Miscellaneous
Thread ID:
00654837
Message ID:
00654837
Views:
62
Session Timeout Redirect
angelica saldivar - 5/9/2002 8:03:54 PM

--------------------------------------------------------------------------------
I am trying to figure out how to redirect a user to a default 'session timed out' page when session times out.
I have added the following in the global.asax file :

Sub Session_End(ByVal sender As Object, ByVal e As EventArgs)
Response.Redirect("sessionstate.asp")
End Sub

Nothing happens when session times out, screen comes up with errors--my pages trying to use session variables that have expired.

Is there a way to redirect user automatically to this page when session ends? I thought the session_end event would be called.

Anyone know what I am missing?

Thanks in advance.
Angelica.
Dawn Tierno-Culda
Next
Reply
Map
View

Click here to load this message in the networking platform