I have website that is ASP.NET with Forms Authentication, clicking the logout button does correctly call FormsAuthenication.SignOut() so it invalidates the cookie.
All machines in the office are using IE8 and work fine, just like Firefox. But one installation of IE8 will load cached copies of authenticated pages even after logging out when navigating using links on the pages instead of automatically being redirected to the login.aspx for attempting to reach a secured resource.
If they attempt to do any postback or refresh the page it will correctly redirect them but I don't understand why this is occuring, I can't reproduce this does anyone else have any idea what could cause and how to stop it?