I have a different set of code checking if they're logged in, this is supposed to send them to login.php and redirect them back (which it does, it just doesn't log them in even tho it says it does).
I use a include('../forums/global.php') on all of my pages, and im using if ($bbuserinfo['userid'] > 0) $me = $bbuserinfo['username']; or something similar to check if they're logged in
|