Hi Sir,
I have a problem in session tracking,

After checking User name and password from database, I register a

session as

session_register("User_name");

For next page authentication, at the top of every page i check

if ($HTTP_SESSION_VARS["User_name"] != "")
    {
        // Display Page Contents
    }
else
    {
        echo "Invalid User";
    }

This code run fine in different location but not any where,
Please fix the problem.

Regards,
khuram latif


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to