|
Posted by Janwillem Borleffs on 01/02/06 22:49
Matthieu Ebert wrote:
> how can I , as a Site User (Visitor) when i loged in with .htaccess
> logout myself again without closing my browser. Do you know any
> solutions in PHP , send a Header or something??
>
Only for FireFox, where you can send a URL with dummy values:
<a href="http://fake:fake@host.com">Log out</a>
Since the latest Windows service packs, this doesn't apply to IE anymore. If
the authentication is triggered by PHP, you could create a new realm, which
would force the users to enter their credentials again.
JW
Navigation:
[Reply to this message]
|