Home Articles FAQs XREF Games Software Instant Books BBS About FOLDOC RFCs Feedback Sitemap
irt.Org
#

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?

You are here: irt.org | FAQ | JavaScript | Misc | Q1522 [ previous next ]

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?'

©2018 Martin Webb