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.
>
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
2 matches
Mail list logo