On Thu, 18 Jan 2001, david klein wrote:

> In Apache authentication, userID/password are stored in browser session, and
> every time, these information will be sent back to the Apache server and do
> the authentication.
>
> My question is: can we get the userID/password from the browser session,
> especially in PHP?
>
> Thank you very much in advance.
>
> David
>

$HTTP_SERVER_VARS["PHP_AUTH_USER"] and $HTTP_SERVER_VARS["PHP_AUTH_PASSWD"],
IIRC.

-- 
Ignacio Vazquez-Abrams  <[EMAIL PROTECTED]>


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to