0

I have an iframe in a site with a login form. In IE8, I can't log in to the page because IE is blocking my cookies. I found a php solution: <?php header(‘P3P:CP=”IDC DSP COR ADM DEVi TAIi PSA PSD IVAi IVDi CONi HIS OUR IND CNT”‘); ?> but I don't know where to place this code, in the iframe or after/before ?

Rob
  • 14,746
  • 28
  • 47
  • 65
Wizard
  • 10,985
  • 38
  • 91
  • 165

1 Answers1

0

Put it in your iframe or .htaccess file. See also: Cookie blocked/not saved in IFRAME in Internet Explorer

Community
  • 1
  • 1
long
  • 3,692
  • 1
  • 22
  • 38