WilliamHolmes
06-22-2007, 12:51 AM
Hi,
Im having some problems with the Sub Session_OnEnd within the Global.asa
It doesnt seem to want to trigger.
Sub Session_OnEnd
Application.lock
Application("ActiveUsers") = Application("ActiveUsers") - 1
Application.unlock
response.Redirect("http://www.yourdomain.com/Session_End.asp")
End Sub
All i want to do is response.redirect the user that his/her session has ended (of course only if he/she is still on the website)
Any ideas ?
Im having some problems with the Sub Session_OnEnd within the Global.asa
It doesnt seem to want to trigger.
Sub Session_OnEnd
Application.lock
Application("ActiveUsers") = Application("ActiveUsers") - 1
Application.unlock
response.Redirect("http://www.yourdomain.com/Session_End.asp")
End Sub
All i want to do is response.redirect the user that his/her session has ended (of course only if he/she is still on the website)
Any ideas ?