Re: 3rd Party cookie
"Lorrie Cranor" <[email protected]> Wed, 6 Nov 2002 08:44:09 -0500
| Newsgroups | gmane.comp.web.p3p.policy |
|---|---|
| Message-ID | <[email protected]> |
To prevent IE6 from blocking the cookie you need to put a full policy and a compact policy on mystats.com. Putting a full policy on mysite.com is a good idea too (and it will allow IE6 users to view your "privacy report") but it won't prevent IE6 from blocking your cookies. See http://www.oreillynet.com/pub/a/javascript/2002/10/04/p3p.html for more information. Lorrie -- Lorrie Faith Cranor - http://lorrie.cranor.org/ P3P Specification Working Group Chair - http://www.w3.org/p3p/ New book: Web Privacy with P3P - http://p3pbook.com/ ----- Original Message ----- From: "Bruno Domingues" <[email protected]> To: <[email protected]> Sent: Wednesday, November 06, 2002 5:55 AM Subject: 3rd Party cookie > I have a stats code in one of my websites which is blocked by IE6. > > The 3rd party sets a cookie with UserID and uses it to identify the user for > statistical purposes. > > > > I have policies but IE 6 still blocks the cookie, W3C validator says > everything is ok. > > > > So the situation is... > > www.mysite.com <http://www.mysite.com/> wants the browser to allow cookies > from www.mystats.com <http://www.mystats.com/> > > www.mystats.com <http://www.mystats.com/> tries to read a cookie with a > variable name (Website<id>User) > > > > How do I put this into a compact policy or in a normal policy? > >