[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Status & CVS & objects



Aaron Turner wrote:

> Basically to do this in PHP you have to:

> b. see if user is already logged in (look for the http-auth header the
>         client sends to the server)

Of course, PHP does this automatically... look up $PHP_AUTH_USER and
$PHP_AUTH_PW (I think)... it doesn't get much easier.