I have my users logging into a secured section of my website. When they hit the logout button, I send them to a page that has basically one line of asp code: session.abandon. If they hit the back button after logging out however, they can see the pages that they viewed while they were logged in. How do I prevent them from doing this, without disabling the history button while they are logged in?
Thanks!
Kevin
Thanks!
Kevin