[PHP-DEV] authentication cache From: q.li <email protected>
Date: 09/17/99

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>