Re: HTTP authentication

Поиск
Список
Период
Сортировка
От Adam Lang
Тема Re: HTTP authentication
Дата
Msg-id 019801c0ce84$768c8760$330a0a0a@rutgersinsurance.com
обсуждение исходный текст
Ответ на HTTP authentication  ("Christian Marschalek" <cm@chello.at>)
Ответы RE: HTTP authentication  ("Christian Marschalek" <cm@chello.at>)
Re: HTTP authentication  ("Christian Marschalek" <cm@chello.at>)
Список pgsql-php
Are you doing authentication using sessions?  Are you using timestamps in a
database? Are you using http-auth? etc.

There are several ways to do authentication and if you want to do a "logout"
button, the code would need to clear whatever is holding references to that
login... hence you need to say how you are doing authentication so you know
what needs to be cleaned up with a log out code.

Adam Lang
Systems Engineer
Rutgers Casualty Insurance Company
http://www.rutgersinsurance.com
----- Original Message -----
From: "Christian Marschalek" <cm@chello.at>
To: "'Adam Lang'" <aalang@rutgersinsurance.com>
Sent: Thursday, April 26, 2001 3:03 PM
Subject: RE: [PHP] HTTP authentication


> Can't see how this answers my questions :o)
>
> What matters?
>
> How would you do it?
>
> Thanks for your time, Chris
>
> > -----Original Message-----
> > From: pgsql-php-owner@postgresql.org
> > [mailto:pgsql-php-owner@postgresql.org] On Behalf Of Adam Lang
> > Sent: Thursday, April 26, 2001 8:42 PM
> > To: pgsql-php@postgresql.org
> > Subject: Re: [PHP] HTTP authentication
> >
> >
> > It matters.  There are about a dozen ways to do authentication.
> >
> > Adam Lang
> > Systems Engineer
> > Rutgers Casualty Insurance Company http://www.rutgersinsurance.com
> > ----- Original Message -----
> > From: "Christian Marschalek" <cm@chello.at>
> > To: <pgsql-php@postgresql.org>
> > Sent: Thursday, April 26, 2001 12:45 PM
> > Subject: [PHP] HTTP authentication
> >
> >
> > > Hi all!
> > >
> > > I've read about http authentication with PHP in the PHP manual.
> > >
> > > Now I wonder how I can make a logout button in the way its
> > supposed to
> > > be
> > done? The manual mentions something about the headers but
> > that this way does not work correct on all browsers...
> > >
> > > Furthermore I wonder how secure this way is?
> > >
> > > Tia
> > >
> > >
> > > ---------------------------(end of
> > > broadcast)---------------------------
> > > TIP 2: you can get off all lists at once with the unregister command
> > >     (send "unregister YourEmailAddressHere" to
> > majordomo@postgresql.org)
> >
> >
> > ---------------------------(end of
> > broadcast)---------------------------
> > TIP 4: Don't 'kill -9' the postmaster
> >


В списке pgsql-php по дате отправления:

Предыдущее
От: "Adam Lang"
Дата:
Сообщение: Re: HTTP authentication
Следующее
От: "Christian Marschalek"
Дата:
Сообщение: RE: HTTP authentication