Forum Moderators: open

Message Too Old, No Replies

IE6 not accepting cookies

         

Zouk

3:57 pm on May 17, 2007 (gmt 0)

10+ Year Member



Hi guys! I hope i'm posting in the right section. My site is using a 2-letter TLD and what im trying to do here is to storage a session cookie using the php function setcookie("sessnamehere", "sessvaluehere", 0, "/", ".domain.tld", 0). I've tested the site using IE7 and Firefox and both of them accepts the cookie but not for IE6. I'm using Windows XP SP2 here. Please advice! Thanks.

JAB Creations

7:37 pm on May 17, 2007 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



If you think that is annoying keep in mind Safari hates clientside cookies.

I highly recommend setting the cookie via serverside.

- John

penders

7:02 am on May 18, 2007 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



session cookie using the php function setcookie("sess...

I highly recommend setting the cookie via serverside.

By the sounds of it, it is server-side.

Is your IE6 machine accepting cookies from other sites? Are cookies enabled on your machine? Are session cookies always allowed? Has your site been blocked from writing cookies?