PHP Sessions, IE, and Frames
Posted: Sun Feb 05, 2006 8:23 pm
I've recently created a php page that uses sessions to authenticate users. This page is held on a site that we'll call site1. I'm viewing the page inside a frame on site2 (I do this because I don't want the average user to see that the page they are viewing is actually coming from a different site).
In both IE and FF the page works fine while viewing it on site1. In FF the page works fine inside the frame in site2, but not in IE.
What gives? I know it's a cookie problem that IE doesn't want to accept cookies from the page inside the frame, but why and how can I get around this? Thanks in advance.
In both IE and FF the page works fine while viewing it on site1. In FF the page works fine inside the frame in site2, but not in IE.
What gives? I know it's a cookie problem that IE doesn't want to accept cookies from the page inside the frame, but why and how can I get around this? Thanks in advance.