[PHP] Re: sessions pls help

2004-05-18 Thread \[php\]Walter
Take a look at PEAR:Auth Walter "Robi" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Hello, > > > I need some info about sessions in php, > to clarify my knowledge and usage. > So lets imagine that > I am building a web site > where I can log in and log off, > it is without db. >

[PHP] Re: sessions pls help

2004-05-17 Thread Kim Steinhaug
Well, What you need to do is start all pages with the session_start(); variable, like this : This would make you ready for handling logins and such further down the page. What you also need to do is two things, 1. Create a login which registers a new session. 2. Create a validation function whi