Home > Archive > PERL CGI Beginners > September 2004 > Authenticate users
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Authenticate users
|
|
| Paul Beckett 2004-09-29, 3:55 pm |
| Does anyone know if there is any easy way to authenticate users and
securely maintain a session? Or is it up to me to create a database, and
a session cookie?
Thanks in advance,
Paul
| |
| Wiggins d Anconia 2004-09-29, 3:55 pm |
| > Does anyone know if there is any easy way to authenticate users and
> securely maintain a session? Or is it up to me to create a database, and
> a session cookie?
>
> Thanks in advance,
>
> Paul
This is a very FAQ, check the archives of this list. You might also want
to look at the popular CGI::Session module on CPAN. There are others but
I haven't used them.
http://danconia.org
|
|
|
|
|