I have two websites, let's say they're example.com and anotherexample.net.
On anotherexample.net/page.html, I have an IFRAME SRC="http://example.com/someform.asp". That IFRAME displays a form for the user to fill out and submit to http://example.com/process.asp. When I open the form ("someform.asp") in its own browser window, all works w...
This is regarding this problem here
http://stackoverflow.com/questions/389456/cookie-blocked-not-saved-in-iframe-in-internet-explorer
I have set up my p3p fine as far as I know (The p3p validater doesnt return any errors), but i still get blocked cookies.
The src of my iframe is an external website, is there anything special i have to ...
My company has a little widget that plugs into shopping carts. We are running into a problem where setting cookies in IE7 is not working. This is happening because we are a 3rd party because we are embedded into the site via an iframe.
I have seen several post that say the way to solve this problem is by putting a P3P compact policy i...
Is it worth implementing P3P on a new asp.net website/web application?
Or any website I guess?
...
When creating iFrame dynamically (javascript) on IE and trying to access its document, access denied error is issued (because its source is not on the same domain as the containing html).
I think I read somewhere that 3p3 header can lower this restriction (usually it is used for 3rd party cookies). Can anyone explain how to do it for dy...
Hi all,
Thanks in advance for helping a first-time poster. I've been banging my head on the wall all day...
I have a site that must be able to function and set cookies while running inside a frame. In IE, with default security settings, this is a problem, because a framed site's cookies are treated as third party. Now, I've read all th...
Hi,
How do I set a P3P compact privacy policy from Django so that IE accepts cookies from my site when the security settings are on HIGH - i.e. no cookies accepted unless there's a Compact Privacy Policy.
Cheers
Guy
...
I have downloaded the IBM P3P editor, created files and uploaded them to my server. And cookies are still not recognized in Internet Explorer. I've checked the P3P validation tool and it seems to validate.
The application can be viewed here: apps.facebook.com/naplesnews and the iframe points to www.naplesnews.com/facebook/app/.
Again w...
Hello,
I'm having issues getting the privacy icon to go away in IE7 & IE8 and have spent 10+ hours trying different things and nothing seems to work. Everything I try seems to lead to the same result.
I created a P3P document from the IBM tool and got it fully validated at http://www.w3.org/P3P/validator.html. Can you think of any ...
Have been browsing across the net, and seems everyone who got into this mess, really slogged to get out of it,... and now my turn!
http://stackoverflow.com/questions/999534/ie-p3p-iframe-and-blocked-cookies-works-until-page-host-page-has-personal-info
been reading alot, and i have a very simple p3p policy here: http: // bit.ly/cCyGi5
...
Is it legally OK to have only a P3P compact policy (allowing cookies in IE6+)?
The P3P XML will also be present with company details and a link to the privacy policy, but nothing more.
What are the legal implications of P3P and an incorrect implementation, especially in the UK?
...
Hey all,
I'm having difficulty with getting cookies to stick in IE7. Whenever the browser is closed, the cookie is cleared or not remember when I bring up a new window. I'm have a bad time trying to find the right answer on Google, so I was wondering if anyone could help me out or refer me to a place on the Web with an answer.
Thanks.
...
header('P3P: CP="IDC DSP COR CURa ADMa OUR IND PHY ONL COM STA"');
I've never seen such headers,what's it for?
...
I'm including a javascript file on my page that has a Set-Cookie header. However, the cookie is being blocked by IE8.
Where do I set my P3P response header to prevent IE8 from blocking the cookie, on the javascript file request or on my web page?
...
I have a similar problem as stated in http://stackoverflow.com/questions/389456/cookie-blocked-not-saved-in-iframe-in-internet-explorer, I tried the approaches suggested in the several solutions suggested. But I still could not save cookies from a website of one domain such as example.com (as we have used this name in the original questi...
I am working on a website that generates traffic for partner sites. When a partner site's logo is clicked on our site we open the partner site in a page that contains our basic header and the partner site within an iframe. Earlier we were simply opening the partner site in new window. All cool so far.
Most partner sites use google analy...
I'm trying to get login working with Google App Engine via an IFRAME. It works fine on Firefox, Chrome, Opera etc. Having a problem with IE, due to the "p3p" issue.
The problem is I can't find a way to add the p3p header for the automatic /_ah/openid_verify?continue=.... request, which is where the cookies are set.
Thanks in advance.
...
I'm reading a lot on this topic for some time now.
The information on the web about this topic is quite confusing.
Use case:
A User visits site hostA.com, which includes a "tracking pixel" from site hostB.com .
The user never visited hostB.com before. hostB.com sets a cookie with the response.
Which browsers will accept and save the c...