Daniel or Shadow,
Any thoughts on below? Can this be included in the latest version? Where should I put this?
Thanks!
-John
----------------------------------------------------------
One of my clients had to cancel his order to advertise this site as the cookies do not work when loaded in a frame. Specifically, IE considers it to be a 3rd party cookie and doesn\'t allow a cookie to be set without a proper compact P3P privacy policy defined. To do this in PHP, just add this line of code to your scripts before any other output:
header(\'P3P: CP=\"NOI ADM DEV PSAi COM NAV OUR OTRo STP IND DEM\"\');
Please let me know when you have done this so that I can tell me customer. More details about this problem can be seen on the PHP website (in the comments) at: http://www.php.net/setcookie
- Gilby
Posted: Thu Nov 06, 2003 10:18 am
shadow
Addict
Joined: 16 Oct 2003
Posts: 171
Location: Virgin Islands
Hi John,
I don't know anything about the placement of the P3P line but I don know that any one that tells you IE won't accept third party cookies is nuts. That depends on the individual privacy setting you use in IE.
I would like to know what advertising had to be canceled because this looks like some one trying to use an autosurf program that didn't have cookies enabled in his or her browser. More specifically didn't have the cookie authorization set high enough in thier own browser. In IE you can set your privacy setting at about 6 different levels that run from accept all cookies to accept no cookies but individual web pages can't control this setting and a script can't control this setting for individual users.