Web Page Compact Policies

Technology

Code

HTML

<meta http-equiv="P3P" content="CP='your compact policy string'">

PHP

Header("P3P: CP='your compact policy string'")

ASP

Response.AddHeader "P3P","CP='your compact policy string'"

JSP

Response.setHeader("P3P","CP='your compact policy string'")

Use of Optional Compact Policies on Web Pages

If you choose to implement a CP on a per page basis, you can set the CP using one of the following methods, depending on the technologies employed by your servers.

Slide Links:

Text Mostly Version