Re: http headers for CP policy in perl script

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
>  
> 

Received on Wednesday, 4 September 2002 00:35:27 UTC