Fork me on GitHub

Javascript注销Window认证登录信息

        //注销登录信息
        function logOut() {
            document.execCommand("ClearAuthenticationCache");
            window.location.href = "Default.aspx";
        }

 

posted @ 2012-11-23 17:06  Nick.Chung  阅读(330)  评论(0编辑  收藏  举报