how to clear authentication cache on ie7 with Javascript?

Posted by Marco on Stack Overflow See other posts from Stack Overflow or by Marco
Published on 2009-07-30T07:48:02Z Indexed on 2010/04/15 20:03 UTC
Read the original article Hit count: 214

Filed under:
|

We need to clear the authentication cache in IE with Javascript. On IE6 we use: document.execCommand('ClearAuthenticationCache'); and it works. On IE7 it doesnt work.

what can i do? thanks...

© Stack Overflow or respective owner

Related posts about JavaScript

Related posts about ie7