|
Posted by ELINTPimp on 08/14/07 17:28
On Aug 14, 1:00 pm, anndr0id <anndr...@gmail.com> wrote:
> Hey Guys - Ever see anything like this? I've set a cookie successfully
> (it is showing up correctly in my cookies) but when I try to reference
> the cookie via $_COOKIE, it is returning an undefined, and
> print_r($_COOKIE) only brings up one cookie, [PHPSESSID] =>
> 7j3r750kojkdig8k6uf34adpd7, although I've set quite a few cookies.
> It's happening under both mozilla and safari, yet the cookies set are
> appearing in both. Weird huh?
>
> Any help would be very appreciated! :)
print_r($_COOKIE) only brings up one cookie, [PHPSESSID] =>
> 7j3r750kojkdig8k6uf34adpd7, although I've set quite a few cookies.
Looks like you have sessions running =), normal stuff
can you post the code you are using to create/call the cookie, please?
Navigation:
[Reply to this message]
|