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