Seth Willits <mailto:[EMAIL PROTECTED]>
    on Friday, August 29, 2003 3:24 PM said:

> Are sessions the way to go?

Well you could use cookies also but those can be tampered with.

Sessions aren't hard to work with really. All you need to do is start
the session, write a variable to $_SESSION if they have authenticated
successfully and then check for the existence of that variable on every
page. If it doesn't exist they have not authenticated.

Those are the basics.


Chris.

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to