-
Session_OnEnd
Hi,
On my ASP file I put
<%Session.Timeout=1%>
On my global.asa I put
Sub Session_OnEnd
Response.Redirect("hello.htm")
End Sub
When the time is up, it did not redirect me. Why?
Thx
Joe
-
-
Re:Session_OnEnd
Hi
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.
Hope this will solve this problem
Regards
codeexploiter
-
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
Bookmarks