|
I cannot seem to login to my site when using Internet Explorer 6.0.
or
When using Internet Explorer 6, it displays the Privacy Report icon on the status bar and I cannot login.
|
|
|
Internet Explorer 6 implements the Platform for Privacy Preferences, or P3P, standard published by the World Wide Web Consortium (W3C). This standard will cause IE6 to refuse accepting cookies on a users browser if the site is seemingly pulling content from different sources with each attempting to create their own cookies. This can also easily happen if you run your site in a frame and the frame destination URL’s do not match the parent URL. In order for you site to work with IE6 in it’s default configuration, you will need to do one of the following.
1) Implement a P3P policy on your site. See http://www.w3.org/P3P/ for references.
2) Make sure all your frames reference your site with the same root URL.
3) Remove any embedded content attempting to store cookies for your site visitors. This could be due to certain banners or other third-party embedded content.
|