以编程方式清除浏览器缓存(使用JS删除Active Logins)

时间:2015-11-10 13:39:33

标签: javascript html5 google-chrome firefox

如何清除浏览器缓存(Active Logins)。

在IE中我们可以用

删除它
document.execCommand('ClearAuthenticationCache', false);

但这在firefox或chrome中不起作用。

我需要更改客户端证书而不通过浏览器界面清除Active Logins。

0 个答案:

没有答案