Possible Duplicate:
Prevent user from going back to the previous secured page after logout
I have to create a login and logout page with sessions. Now I have to invalidate the session after a certain interval of time and after clicking logout button. After session expiry time and logout action no one should be access previous pages by clicking back button of browser without again logging.
How can I achieve this?
1 Answer