This is regarding this problem here
http://stackoverflow.com/questions/389456/cookie-blocked-not-saved-in-iframe-in-internet-explorer
I have set up my p3p fine as far as I know (The p3p validater doesnt return any errors), but i still get blocked cookies. The src of my iframe is an external website, is there anything special i have to do if the cookies i want to accept is on an external site?
Thanks!
Here is my p3p.xml:
<?xml version="1.0" encoding="UTF-8" ?>
<META xmlns="http://www.w3.org/2002/01/P3Pv1">
<!-- Policy Generated by P3PWiz http://www.p3pwiz.com -->
<POLICY-REFERENCES>
<EXPIRY date="Tue, 16 Feb 2010 08:50:40 -0600"/>
<POLICY-REF about="/w3c/Policies.xml#Privacy">
<INCLUDE>/*</INCLUDE>
</POLICY-REF>
<POLICY-REF about="/w3c/Policies.xml#WSC">
<INCLUDE>*/*</INCLUDE>
<COOKIE-INCLUDE name="*" value="*" domain="*" path="*" />
</POLICY-REF>
</POLICY-REFERENCES>
</META>