Re: IE6 Third Party Compact Policy

on 11/13/01 12:48 PM, David Wall at dwall@Yozons.com wrote:

> Anybody know how to do this for cookies sent by the app servers?

Depends on the backend.

For our Java/JSP, we needed to add the following into our servlets that took
over the request object:

response.setHeader("P3P", "CP=\"...\" policyref=\"...\"");

Ken Martin

Received on Tuesday, 13 November 2001 14:07:34 UTC