Javascript注销Window认证登录信息

        //注销登录信息
        function logOut() {
            document.execCommand("ClearAuthenticationCache");
            window.location.href = "Default.aspx";
        }
原文地址:https://www.cnblogs.com/ncore/p/2784757.html