Re: user sessions

2009-03-04 Thread Greg Jetter
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 th

Re: user sessions

2009-03-04 Thread Gunnar Hjalmarsson
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?