Re: How to log out when in windows authentication?
From: Arild Bakken (arildb_@hotmail.com)
Date: 07/19/02
- Next message: Patrick Long: "Re: Custom Roles Cookie solution always stores itself persistently?"
- Previous message: Kishore: "System.Security.Cryptography.HashAlgorithm"
- In reply to: Philo: "How to log out when in windows authentication?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
From: "Arild Bakken" <arildb_@hotmail.com> Date: Fri, 19 Jul 2002 09:48:54 +0200
Hi,
Well... the problem is that the client (IE) caches the username and
password. There is a trick you could look into (we've done this in regular
ASP once).
The client (IE) caches the username and password based on the realm that the
HTTP401.2 (or whatever it is) sends out. By overriding the realm (you'll
need to intercept that IIS output on this one) you can change the realm name
(like send a GUID) whenever a new session is started. That way the client
will not treat this as the same site and will not send the cached
credentials.
I'm not quite sure if this applies only to Basic authentication or Windows
integrated authentication though.
Arild
"Philo" <philo@saintchad.maps.org> wrote in message
news:Xns924FD630A95F2philosaintchadmapsor@216.148.53.93...
> Is there any way to log a user out of an aspx page when using Windows
> standard authentication? (other than close the browser)
>
> Thanks,
> Philo
- Next message: Patrick Long: "Re: Custom Roles Cookie solution always stores itself persistently?"
- Previous message: Kishore: "System.Security.Cryptography.HashAlgorithm"
- In reply to: Philo: "How to log out when in windows authentication?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|