Forum Moderators: phranque

Message Too Old, No Replies

IE 7.0not accepting cookie from one specific server

         

majidmx

2:13 am on Jul 16, 2008 (gmt 0)

10+ Year Member



Hi,
even a simple PHP setcookie won't work with my new server, the cookie:user file is not created at all.
I also tried to have a .htaccess file for P3P :

header append P3P: 'CP="CAO DSP COR CURa ADMa DEVa OUR IND PHY ONL UNI COM NAV INT DEM PRE"'

But it doesn't work, I also set the cookie domain and path and any other possible option.

The same script works perfectly on the other server but not this one.
Is there any thing on the server side I should do to enable it ?!
The webserver is Apache.

Any idea will be helpful
Thanks,

MajiD

eelixduppy

5:39 am on Jul 16, 2008 (gmt 0)



If the script works on other browsers and just not IE 7.0 then it's most likely an issue with your browser. Check your privacy settings and make sure you are allowing cookies in the first place.

majidmx

5:03 pm on Jul 16, 2008 (gmt 0)

10+ Year Member



THe same script works perfectly fine on the other SERVER even with Internet explorer !
I think there should be something wrong with the server, so IE doesn't accept the cookies from that specific server.

Philosopher

5:17 pm on Jul 16, 2008 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Is it possible that something associated with the affected server has gotten added to a restricted zone or added to the "no cookie" list for IE so that it simply won't accept the cookies?

majidmx

12:43 am on Jul 17, 2008 (gmt 0)

10+ Year Member



Hi,
Not only it doesn't work in my IE, it doesn't work in the other IEs too.
Should I put p3p certificate on the server to make the cookies acceptable for IE ?!