in reply to Help how to disable the Back Button in the browser
Now, since you are using sessionIDs, you should be able to determine the user that is using it; given this, you should be able to track if the user is logged in or not. Thus, when you get to a page that processes a session id, check the logged in status of the user for that; if logged in, proceed as normal, otherwise let the user know they are logged out and they need to log in again to continue. So if the user starts on page A, logouts out to result page B, goes back to A, then clicks on a link that would normally go to page C if they were logged in, present them with page D that tells them they need to log in again.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Help how to disable the Back Button in the browser
by Anonymous Monk on Jun 25, 2001 at 07:05 UTC | |
by Masem (Monsignor) on Jun 25, 2001 at 15:13 UTC |