User966655012 posted
My application is using windows authentication for login.
After session timeout I want to ask the user to enter windows authentication credentials again.
I have given document.execCommand("ClearAuthenticationCache", true);
It is working in IE but not in chrome.