RE: HTTP authentication

From: "Christian Marschalek" <cm(at)chello(dot)at>
To: "'Roberto Mello'" <rmello(at)cc(dot)usu(dot)edu>
Cc: "[PHP] PostgreSQL" <pgsql-php(at)postgresql(dot)org>
Subject: RE: HTTP authentication
Date: 2001-04-28 17:44:43
Message-ID: 000501c0d00a$eed10520$0200a8c0@server
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Responses

Browse pgsql-php by date

  From Date Subject
Next Message Jesus Aneiros 2001-04-28 22:03:05 Re: inherited method call
Previous Message Roberto Mello 2001-04-28 15:17:25 Re: HTTP authentication