[UPHPU] login session propagation problems

Scott Hill llihttocs at gmail.com
Thu May 11 08:53:03 MDT 2006


On 5/11/06, Dave Simpson <bigbikkuri at gmail.com> wrote:
...

CHECKLOGIN.PHP
> _________________
>
>     session_start();
>         //check to make sure the session variable is registered
>     if(session_is_registered('$user'))
>     {


Why not use isset?  I've never used session_is_registered and I've never had
a problem.
Check out  http://www.php.net/session_is_registered .

-- 
Scott Hill

"May you solve interesting problems" - Author Unknown
"A fanatic is one who can't change his mind and won't change the subject." -
Sir Winston Churchill


More information about the UPHPU mailing list