Re: Windows auth timeout
From: Ken Schaefer (kenREMOVE_at_THISadOpenStatic.com)
Date: 11/11/05
- Next message: Joe Kaplan \(MVP - ADSI\): "Re: LDAP"
- Previous message: jsh02_nova: "LDAP"
- In reply to: Dominick Baier [DevelopMentor]: "Re: Windows auth timeout"
- Next in thread: Dominick Baier [DevelopMentor]: "Re: Windows auth timeout"
- Reply: Dominick Baier [DevelopMentor]: "Re: Windows auth timeout"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Fri, 11 Nov 2005 11:11:18 +1100
If you're going to cut-n-paste stuff straight from someone else's website
then at least provide a link. Then they can see the whole thing, and links
to MSDN etc. Whole post is here:
http://www.adopenstatic.com/cs/blogs/ken/archive/2005/04/12/14.aspx
Cheers
Ken
"Dominick Baier [DevelopMentor]" <dbaier@pleasepleasenospamdevelop.com>
wrote in message news:4580be63130ce08c7b260f0751ca9@news.microsoft.com...
: Hello Tumurbaatar S.,
:
: When using HTTP based authentication (e.g. Basic, NTLM, Digest, Kerberos),
: Internet Explorer (IE) will continue sending the same credentials for each
: subsequent request to the server until one of two things happens: either
: (a) the user closes their browser or (b) the server refuses the
credentials
: with a 401 status code.
:
: Beginning with IE6 SP1 the following piece of javascript code will clear
: IE's credentials cache. Note, that this will clear the credentials cache
: for the entire iexplore.exe process, so users will be forced to
re-authenticate
: to any site being accessed by that process (in case they have multiple
windows
: open pointing to multiple websites):
:
: // Clear current credentials
: // Requires IE6 SP1 or later
: document.execCommand(ClearAuthenticationCache, false)
:
: ---------------------------------------
: Dominick Baier - DevelopMentor
: http://www.leastprivilege.com
:
: > My app uses Windows auth and it seems it does not have any method to
: > sign out a user. Is there any way to do it?
: >
:
:
- Next message: Joe Kaplan \(MVP - ADSI\): "Re: LDAP"
- Previous message: jsh02_nova: "LDAP"
- In reply to: Dominick Baier [DevelopMentor]: "Re: Windows auth timeout"
- Next in thread: Dominick Baier [DevelopMentor]: "Re: Windows auth timeout"
- Reply: Dominick Baier [DevelopMentor]: "Re: Windows auth timeout"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|