I have a problem with my Java EE (Tomcat) java based web application.
- user logs in to website
- user viewing page a ssl page in our web site
- user logs off, session invalidated
- user gets redirected to login page (ssl)
- user hits the back button and is able to get to the page in step 2.
How is this avoidable?