[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Status & CVS & objects
mysql can use unix crypt too in case you do a query that is independent of
php...
On Thu, 4 Nov 1999, Micah K Yoder wrote:
moo> Actually (correct me if I'm wrong) I don't think it's possible to mix
moo> cookies and HTTP authentication! They can't be mixed, at least not
moo> trivially. I guess we can check if they have the cookie, and if not
moo> check HTTP auth.
yes you can, sorta... query for the cookie, and if it's valid let 'em in,
else do an http-auth?