How to effectively close/destroy/terminate sessions?
I have a servlet where i validate the login using POST and logout using GET. So, i want when i click on logout button, i cannot go back to previous page because the session is terminate. But it did not happen. When i click on logout button i still can go back to previous page.