P3P and PHP session problem with iframes in Internet Explorer 9
I have a contact form inside of an iframe, which uses captcha, and therefore requires session variables. It works fine in every browser except IE9. To make it work in IE8, I added the following line at the beginning of the php document: header('P3P:CP="CAO IDC DSP COR ADM DEVi TAIi PSA PSD IVAi IVDi CONi HIS OUR IND CNT"'); However, this doesn't appear to work in IE9. Any ideas? Best Answer: @user973810 Thanks a lot. This header('P3P: CP="NOI ADM DEV PSAi NAV OUR STP IND DEM"'); helped me out very much. It's questionable why only the IE does such strange things. Btw: here's the explanation for