I have a page that is called in an iframe and ie is behaving (what I consider) strangely. Here’s what is happening:
Code: Select all
header('P3P:CP="IDC DSP COR ADM DEVi TAIi PSA PSD IVAi IVDi CONi HIS OUR IND CNT"');
print_r($_SESSION);The header line is there so IE can set a session in a frame. With out it, the session_id changes on every refresh (not just the first one).
Also, the iframe and the parent are on different domains. If they are on the same domain, everything is fine.
If anyone can help, I would really appreciate it.
Thanks in advance.