For some incredibly odd reason, I can not access my cookie information...
The cookie domain is .mysite.com in the admin cp, and all the information IS stored in the cookie, but when I try to call the cookie information, it wont print anything.
Weird thing is, access to page x.php requires that bbpassword be set ($_COOIKE['bbpassword']) it works, I can access page x.php. However once we/I are on page x.php I cant
PHP Code:
echo $_COOKIE['info'];
any clue?