1: 2: 3: 4:
<script language="javascript"> document.execCommand("ClearAuthenticationCache") //clear cache parent.location.href="default.htm" //redirect after logged out </script>