Welcome Guest, Not a member yet? Register   Sign In
IE7 Cookie weirdness
#3

[eluser]flojon[/eluser]
I had some issues with an application which I think was related to IE7. I never managed to recreate it locally. But I added the following to my controller:
Code:
header('P3P: CP="IDC DSP COR ADM DEVi TAIi PSA PSD IVAi IVDi CONi HIS OUR IND CNT"');
session_set_cookie_params(0, '/', '.myserver.com');
And it seems the problem went away. There has been no problems since.

The first line is setting some kind of privacy policy. You can read more here:
http://en.wikipedia.org/wiki/P3P


Messages In This Thread
IE7 Cookie weirdness - by El Forum - 07-08-2008, 09:32 AM
IE7 Cookie weirdness - by El Forum - 07-08-2008, 01:28 PM
IE7 Cookie weirdness - by El Forum - 07-08-2008, 01:33 PM
IE7 Cookie weirdness - by El Forum - 07-09-2008, 07:38 AM
IE7 Cookie weirdness - by El Forum - 07-09-2008, 07:43 AM
IE7 Cookie weirdness - by El Forum - 07-09-2008, 10:02 AM
IE7 Cookie weirdness - by El Forum - 07-09-2008, 10:06 AM
IE7 Cookie weirdness - by El Forum - 07-09-2008, 10:33 AM
IE7 Cookie weirdness - by El Forum - 07-09-2008, 03:21 PM
IE7 Cookie weirdness - by El Forum - 09-08-2008, 09:29 PM



Theme © iAndrew 2016 - Forum software by © MyBB