check for cookie
Posted: Thu Mar 22, 2007 4:59 pm
is there a way to check for a phpbb3 cookie?
i use to check referer but also need to check cookie to see if someone is logged in?
thanks
i use
Code: Select all
$ref=($_SERVER['HTTP_REFERER']);thanks