setting client cookie with compact policy in IE6

I am trying to set a first-party client cookie under IE6 (High Privacy
Setting), after setting up appropriate policy reference and policy file
(Apache docs directory htdocs/w3c/p3p.xml and htdocs/w3c/policy.xml)
(enclosed) I am trying to execute following snippet of code without success
(Cookie is blocked, even though I have
supplied appropriate Compact Policy in my header)

Note that I have setup a cgi program with the same compact policies with
above server/browser setting and cookie
was processed successfully (accepted)

<HTML>
<HEAD>
<META NAME="P3P" CONTENT="CP='NOI DEVa TAIa OUR BUS UNI'">
<META HTTP-EQUIV="Set-Cookie" CONTENT="cstime=982471263; expires=Sun,
18-Feb-2005 2:41:03; path=/">
</HEAD>
<BODY>
</BODY>
</HTML>

any help inb this area would be greatly appreciated!

Received on Thursday, 12 July 2001 13:59:59 UTC