> -----Original Message-----
> > The real reason for having the login class like this is to eliminate
> > database calls. I thought I could have one session variable that said yo
> > uwere logged in, but then the database calls would still have to be made
> on
> > each page.

Playing Devil's Advocate here...

Why would you want to avoid database calls?  If you're using default
sessions management, all you're doing is trading this for accessing files on
the server.  Isn't the database faster?

-Ed

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

Reply via email to