Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
It does not automatically go to login.aspx
Message
From
03/12/2004 21:56:40
 
 
To
All
General information
Forum:
ASP.NET
Category:
Other
Title:
It does not automatically go to login.aspx
Environment versions
Environment:
ASP.NET
OS:
Windows 2000 SP4
Network:
Windows 2000 Server
Database:
Oracle
Miscellaneous
Thread ID:
00966887
Message ID:
00966887
Views:
49
Dear All,
I have set the timeout attribute in my web.config file to
1. I also have set the Session_End event handler has:

Sub Session_End(ByVal sender As Object, ByVal e As EventArgs)
' Fires when the session ends
Response.Redirect("login.aspx")
End Sub

The timeout has occured but it does not automatically go to login.aspx ..I mean I have to refresh the page manually (by pressing F5 or go to View -> Refresh)

how to deal with this.. please advise

Regards
Winanjaya
Next
Reply
Map
View

Click here to load this message in the networking platform