I want to disable the browser's back button after log out.
I have already set session ["session-id"]
to null on log out event.
But when I am pressing back button of the browser :
It will redirect me to that secure page from which I've already log out.
Please Give me any solution about this problem