|
-
Dec 3rd, 2008, 11:36 AM
#1
Thread Starter
Fanatic Member
[2005] Session End .NET 2.0 Global.asax
Does the session_end function in Global.asax fire when the session times out or when the person on the page clicks something after the session times out?
For example, would this work in Global.Asax :
Sub Session_End
Response.Redirect("./LoggedOut.aspx")
End Sub
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|