iFramed content that is hosted in a separate domain from the parent page is regarded as third-party content. So due to security constraints, IE block the cookie in an iframe. To overcome this we need to create a P3P policy file. The below links give more details on this.
http://adamyoung.net/IE-Blocking-iFrame-Cookies
http://msdn.microsoft.com/en-us/library/ms537343.aspx#p3p_and_compact_policies
http://stackoverflow.com/questions/389456/cookie-blocked-not-saved-in-iframe-in-internet-explorer
In Google Analytics, we need to set the P3P header for tracking Iframes hosted in a separate domain from the parent
http://code.google.com/apis/analytics/docs/tracking/gaTrackingSite.html#trackingIFrames
http://adamyoung.net/IE-Blocking-iFrame-Cookies
http://msdn.microsoft.com/en-us/library/ms537343.aspx#p3p_and_compact_policies
http://stackoverflow.com/questions/389456/cookie-blocked-not-saved-in-iframe-in-internet-explorer
In Google Analytics, we need to set the P3P header for tracking Iframes hosted in a separate domain from the parent
http://code.google.com/apis/analytics/docs/tracking/gaTrackingSite.html#trackingIFrames
No comments:
Post a Comment