You're using HTTP_COOKIE_VARS, all CAPS, right?

Did you declare it global inside any functions where you use it?

Does phpinfo() show HTTP_COOKIE_VARS?  Perhaps you have track_vars turned
off.

--
WARNING [EMAIL PROTECTED] address is an endangered species -- Use
[EMAIL PROTECTED]
Wanna help me out?  Like Music?  Buy a CD: http://l-i-e.com/artists.htm
Volunteer a little time: http://chatmusic.com/volunteer.htm
----- Original Message -----
From: Andy Ladouceur <[EMAIL PROTECTED]>
Newsgroups: php.general
To: <[EMAIL PROTECTED]>
Sent: Monday, August 27, 2001 12:40 AM
Subject: Cookieless =(


> I love cookies.
> I hate it when they dont work.
> I was previously accessing cookies by just using their name (I had
> global_vars turned on), I recently decided to turn it off(for security
> reasons) and I can no longer even set cookies?
> Yes,cookies are enabled and everything..in fact,I never even touched any
of
> the cookie functions.. thats what I dont get... anyone have any ideas on
> what could be wrong? (And yes, im using $HTTP_Cookie_VARS["cookiename"];
to
> access (try and access, that is) them now..
> Anyone know what might be wrong?
> Any helps appreciated, thanks.
> -Andy
>
>


-- 
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