Wrox Home  
Search P2P Archive for: Go

  Return to Index  

access_asp thread: Redirecting on session timeout


Message #1 by "Simon Chambers" <chamberssh@h...> on Wed, 29 Aug 2001 13:31:58 +0000
Hi,



I've looked around and cannot get a simple answer to my question (perhaps 

there isnt one). Basically i want the user to be automatically redirected to 

a default login page once their session has timed out.



So something simple like



"If (session.Timout = True) then

Response.redirect("Login.asp") "



I have tried to change global.asa to



Sub Session_OnEnd

Response.redirect("login.asp")



but this doesnt do anything



Is there a simple example anyone can show me?



Thanks



Simon



_________________________________________________________________

Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp




  Return to Index