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...
|
2
|
We need to clear the authentication cache in IE with Javascript. On IE6 we use: what can i do? thanks... |
|||
|
|
|
Are you seeing any JavaScript errors (a yellow exclamation mark icon in the lower left corner)? Can you provide more details? Are you absolutely certain that line of code is executing (try adding According to the IDM_CLEARAUTHENTICATIONCACHE Command documentation it works in Internet Explorer 6 SP1 and above. I just tried
Can you verify that the above steps are not working for you? Do you have a page where this problem is occurring that we could use for testing? Please edit your question with any other information you can provide. Thanks. |
||
|
|