I have coded my login form to submit a user name and password. If the user name and password are valid, I register a session variable with the verified user name. My protected pages check for the presence of the session variable before they display their contect. When the user logs out, the session is destroyed. This works fine until I discovered you can use the back button to redisplay the protected pages after logging out.
How can I prevent using the back button to redisplay the protected pages after logging out? It should be possible to do this because web-based email programs like Hotmail and Yahoo Mail can prevent someone from using the back button to read the last person's email after they logged out.