[PHP] Re: sessions pls help

2004-05-19 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. How do I use

[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 : ?php session_start(); ? 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