I am designing a website where a user can login and when the logout button is hit, then it returns the login page. However, when the browser's back button is clicked, it simply just goes back to the page where the user is still logged in. I tried to put in these `Session.Clear(); Session.RemoveAll(); Session.Abandon();
but none of them work. How can I really logout?`