|
|
Q1522 How can I disable the back button and prevent other users/hackers from viewing the private pages of the (site/contents) of a user who has logged out?
irt.org | Knowledge Base | JavaScript | Misc | Q1522 [ previous next ] Q1522 How can I disable the back button and prevent other users/hackers from viewing the private pages of the (site/contents) of a user who has logged out?Open a new window for the user using post, not get (then user name and password is in the browser list of urls visited. Expire all pages so they do not end up in cache. Close the window when the user logs out. If necessary use location.replace(url) for links inside the application. Feedback on 'Q1522 How can I disable the back button and prevent other users/hackers from viewing the private pages of the (site/contents) of a user who has logged out?' |
-- div -->
|