Date: 09/17/99
- Next message: Mark Musone: "[PHP-DEV] scalable session support"
- Previous message: Mark Musone: "[PHP-DEV] cvs: /php3/functions php3_mcal.c"
- Next in thread: Rasmus Lerdorf: "Re: [PHP-DEV] authentication cache"
- Reply: Rasmus Lerdorf: "Re: [PHP-DEV] authentication cache"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hi,
How can I clear the authentication cache of the local browser?
I try to send a server response of 401. However, there is a
undesired popup window "Authorization failed. Retry?"
Is there any nice way to logout?
Charlene
code:
logout.php3
<?
Header("HTTP/1.0 401 Unauthorized");
?>
see you later.
-- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: php-dev-unsubscribe <email protected> For additional commands, e-mail: php-dev-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: Mark Musone: "[PHP-DEV] scalable session support"
- Previous message: Mark Musone: "[PHP-DEV] cvs: /php3/functions php3_mcal.c"
- Next in thread: Rasmus Lerdorf: "Re: [PHP-DEV] authentication cache"
- Reply: Rasmus Lerdorf: "Re: [PHP-DEV] authentication cache"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

