Getting 3rd party cookies to work in an iframe


/ Published in: PHP
Save to your folder(s)

Compact Privacy Policy allowing cookies to be used in an iframe without being blocked by the host website. See link for further details.


Copy this code and paste it in your HTML
  1. header('P3P:CP="IDC DSP COR ADM DEVi TAIi PSA PSD IVAi IVDi CONi HIS OUR IND CNT"');

URL: http://gromitski.com/blog/using-cookies-in-a-facebook-application/

Report this snippet


Comments


You need to login to view comments.