I have iframe
<div id="pool"><iframe src="https://go.eorder.eu/account/index/language/lt"/>
</div>
with all browser I can log in to the page but with IE8 not working, IE blocking cookies.
What i try: I try this:
<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>
But still not working.