My website utilizes CLIENT_CERT JAAS authentication and is compatible with IE7.
After logging out, when I return to the home page and click on the back button, I want to stay on the same non-secure page. I have been able to achieve this using the history.forward() JavaScript, but the certificate dialog keeps appearing because the previous page was secure.
Is there a way to prevent the certificate dialog from appearing when the user clicks the back button after logging out and still remain on the non-secure home page?