in reply to Re: Help how to disable the Back Button in the browser
in thread Help how to disable the Back Button in the browser

sorry How u can detect they are pressing the back button. for me i have use the verify sessionid develop by my self to check the valid id, so it will redirect them to the login page again, but only happen is the page has refreshes from the cgi script.
  • Comment on Re: Re: Help how to disable the Back Button in the browser

Replies are listed 'Best First'.
Re: Re: Re: Help how to disable the Back Button in the browser
by premchai21 (Curate) on Jun 25, 2001 at 07:21 UTC
    You don't have to! If you've set it all up correctly, you will have somehow marked the user (using a cookie, or some server storage keyed by session ID) as logged out. Then, when the user attempts to do something involving login, your program will see that they are logged out, and tell them to log in again.