Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Re: user sessions

0 views
Skip to first unread message

Gunnar Hjalmarsson

unread,
Mar 4, 2009, 7:09:24 AM3/4/09
to beginn...@perl.org
Stanisław T. Findeisen wrote:
> Hello, how to make user sessions? Something like:
>
> * log in using password
> * maintain session state across several executions of several scripts
> forming the application
> * log out
>
> Do I have to do it manually or is there something ready that you can
> recommend?

http://search.cpan.org/search?query=session

--
Gunnar Hjalmarsson
Email: http://www.gunnar.cc/cgi-bin/contact.pl

Greg Jetter

unread,
Mar 4, 2009, 1:09:31 PM3/4/09
to beginn...@perl.org
On Wednesday 04 March 2009 12:24:39 am Stanisław T. Findeisen wrote:
> Hello, how to make user sessions? Something like:
>
> * log in using password
> * maintain session state across several executions of several scripts
> forming the application
> * log out
>
> Do I have to do it manually or is there something ready that you can
> recommend?
>
> Thank you.
>
> STF
>
> =======================================================================
> http://eisenbits.homelinux.net/~stf/ . My PGP key fingerprint is:
> 9D25 3D89 75F1 DF1D F434 25D7 E87F A1B9 B80F 8062
> =======================================================================

use cookies , set one after successfully log in and then check it on entry
of each new page

Greg

0 new messages