Re: http headers for CP policy in perl script
"Joel Bowers" <[email protected]> Tue, 3 Sep 2002 22:35:29 -0600
| Newsgroups | gmane.comp.web.p3p.policy |
|---|---|
| Message-ID | <028f01c253cc$7fdf9c70$b8c5fe0c@jbjq7jtze0t1d0> |
Hi,
You need to put the print statement for the compact policy before print "Content-type: text/html\n";.
FusionQuest
The Affiliate Tracking Solution
http://www.fusionquest.biz
----- Original Message -----
From: "Chris - Hitcents.com"
Sent: Tuesday, September 03, 2002 10:42 PM
Subject: RE: http headers for CP policy in perl script
> Hello, sorry to bother you, but I was wondering if I could get a little
> help on a perl compact privat policy.
>
> I'm using
>
> #!/usr/bin/perl
>
>
> require "cookie.hib";
>
>
> print "Content-type: text/html\n";
>
>
> print "policyref=\"http://www.hitcents.com/w3c/policy.xml\", P3P:
> CP=\"NOI DSP COR CURa ADMa DEVa TAIa OUR IND UNI COM NAV INT\"\n";
>
>
> &SetCookies('count',$user_num);
>
>
> But I still get a blocked cookie with IE 6.
> Let me know if you can help.
> Thanks
>
> Chris
>
>