Php'ers;
A few weeks ago I asked several questions about preventing the user of the back button after a user has logged off. The common answer was "you can't". OK. I am trying to build in sessions to my php site so when a user logs off the session is destroyed.
However, what can be done about the user using the BACK button on his browswer? My logoff buttons carry a Javascript: location sequent that references the login page with upon a read will re-initialize the session loosing the prior session's contents. However, even if this page is displayed if the user clicks on the BACH button, it goes back to the prior page.
What technique do all of you use to prevent another user from using the back button to access prior pages? And it really is not practical to ask the user to close the browser alltogeter.
Advice, recomendations PLEASE?
Thanks
A few weeks ago I asked several questions about preventing the user of the back button after a user has logged off. The common answer was "you can't". OK. I am trying to build in sessions to my php site so when a user logs off the session is destroyed.
However, what can be done about the user using the BACK button on his browswer? My logoff buttons carry a Javascript: location sequent that references the login page with upon a read will re-initialize the session loosing the prior session's contents. However, even if this page is displayed if the user clicks on the BACH button, it goes back to the prior page.
What technique do all of you use to prevent another user from using the back button to access prior pages? And it really is not practical to ask the user to close the browser alltogeter.
Advice, recomendations PLEASE?
Thanks