IE8阻止iframe cookie

时间:2012-11-19 14:39:03

标签: html internet-explorer iframe

我有iframe

<div id="pool"><iframe src="https://go.eorder.eu/account/index/language/lt"/>
</div>

使用所有浏览器我可以登录到页面,但IE8无效,IE阻止cookie。

我尝试的是:我试试这个:

<div id="pool"><iframe src="https://go.eorder.eu/account/index/language/lt"/>

<?php header('P3P:CP="IDC DSP COR ADM DEVi TAIi PSA PSD IVAi IVDi CONi HIS OUR IND CNT"'); ?>
</div>  

但仍然没有工作。

2 个答案:

答案 0 :(得分:1)

我使用这个,它与你的例子有点不同。

header('P3P: CP="NOI ADM DEV COM NAV OUR STP"');

答案 1 :(得分:1)

P3P标头需要来自go.eorder.eu服务器。将其发送到外框不会有助于浏览器接受它。

有关详细信息,请参阅http://blogs.msdn.com/b/ieinternals/archive/2013/09/17/simple-introduction-to-p3p-cookie-blocking-frame.aspx