Is there a way to prevent the browser's back button from being used after logging out?
After logging out, I have set session ["session-id"]
to null.
However, if I press the browser's back button:
I am still redirected to the secure page from which I logged out.
Any suggestions on how to solve this issue would be greatly appreciated.