P3p policy and rails 2.3

Hi,

Has anyone encountered a problem where IE6 rejects all P3P policies
sent by Rails/Nginx?

I had a simple setup that worked in 2.2.2 and it doesn’t anymore:

Server: nginx/0.6.32
Date: Fri, 10 Apr 2009 00:03:36 GMT
Content-Type: text/html; charset=utf-8
Connection: keep-alive
Set-Cookie:
_app_session=BAh7BjoPc2Vzc2lvbl9pZCIlNjZjMTU0Nzk0YWFiMmQ2N2IxOGQ2ZjJhNjgzMmM3ZTI
%3D–5f80f6b1bf15d8e2835d6b808304ce980d23e971; path=/; HttpOnly
Status: 200
ETag: “ac7b6a29aa6289936350002e89fa5812”
P3P: CP=“NOI DSP COR NID ADMa OPTa OUR NOR”
X-Runtime: 20
Content-Length: 16570
Cache-Control: private, max-age=0, must-revalidate

IE6 rejects this compact policy without saying why. I am trying to
read a third party cookie, and this is the response from the domain
that holds the cookie.

What should I do?


M.