How to clear browser cache (Active Logins).
In IE we can delete it with
document.execCommand('ClearAuthenticationCache', false);
but this doesn't work in firefox or chrome.
I need for changing client certificate without clearing Active Logins via browser interface.