php-db | 2000121
Date: 12/12/00
- Next message: Nathan Crause: "Re: [PHP-DB] Question about MSSQL"
- Previous message: fabrizio.ermini <email protected>: "Re: [PHP-DB] Question about using php with Microsoft SQL server"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
I have some problem authentication with PHP, how can I force a user to logout (pressing logout button) and clear credential info without displaying logon screen again. Right now when user click logout button then Logon screen appears again. Code (logout.php) :
<?
Header( "WWW-authenticate: Basic realm=\"RBTC\"");
Header( "HTTP/1.0 401 Unauthorized");
?>
Can anyone help me. Thanks in advance.
Halim
- Next message: Nathan Crause: "Re: [PHP-DB] Question about MSSQL"
- Previous message: fabrizio.ermini <email protected>: "Re: [PHP-DB] Question about using php with Microsoft SQL server"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

