RE: HTTP authentication - Mailing list pgsql-php

From Christian Marschalek
Subject RE: HTTP authentication
Date
Msg-id 000501c0d00a$eed10520$0200a8c0@server
Whole thread Raw
In response to Re: HTTP authentication  (Roberto Mello <rmello@cc.usu.edu>)
Responses Re: HTTP authentication  (Roberto Mello <rmello@cc.usu.edu>)
Re: HTTP authentication  (Roberto Mello <rmello@cc.usu.edu>)
Re: HTTP authentication  (Andrew McMillan <andrew@catalyst.net.nz>)
List pgsql-php
>     I just wrote an auth library that uses sessions and
> stores passwords encrypted in the database. I am fairly new
> to PHP (tho experienced in other web devel technologies) so
> it might need improvements, but it works very well for me.

I'm fairly new to PHP myself but I have like 4 years expirience with C
and C++. I would check out if your library can be improved if you want
me to.

But for my project I'll use sessions without cookies because I can't
rely on the users having the feature turned on in their browsers.

Greets


---------------------------(end of broadcast)---------------------------
TIP 2: you can get off all lists at once with the unregister command
    (send "unregister YourEmailAddressHere" to majordomo@postgresql.org)




pgsql-php by date:

Previous
From: Roberto Mello
Date:
Subject: Re: HTTP authentication
Next
From: Jesus Aneiros
Date:
Subject: RE: Re[2]: HTTP authentication