I will soon be developing a user authentication system with different access levels. I 
will need to check the users against a mysql database. How secure is checking for a 
session var, and then redirecting with header('Location:...') ? Is there a way to get 
around this method of protection?

-- 
Justin Blake
http://blaix.org/


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

Reply via email to