Tagged Questions

The Platform for Privacy Preferences Project, or P3P, is a protocol allowing websites to declare their intended use of information they collect about browsing users.

learn more… | top users | synonyms

83
votes
11answers
41k views

Cookie blocked/not saved in IFRAME in Internet Explorer

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 ...
11
votes
1answer
421 views

p3p header on GAE (Google App Engine)

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 ...
8
votes
2answers
897 views

Setting a Compact Privacy Policy with Django

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. ...
7
votes
3answers
436 views

Anyone knows what the code snippet means below?

header('P3P: CP="IDC DSP COR CURa ADMa OUR IND PHY ONL COM STA"'); I've never seen such headers,what's it for?
6
votes
5answers
8k views

IE, P3P, IFrame and blocked cookies (works until page host page has personal information requested)

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 ...
4
votes
1answer
612 views

P3P and PHP session problem with iframes in Internet Explorer 9

I have a contact form inside of an iframe, which uses captcha, and therefore requires session variables. It works fine in every browser except IE9. To make it work in IE8, I added the following line ...
3
votes
1answer
1k views

Iframe, cross-domain cookies, p3p policy, and safari with error: A required anti-forgery token was not supplied or was invalid

I asked this question a while back and found that IE blocks cross-domain cookies in an iframe unless you set a p3p policy. So far, the p3p fix has worked beautifully in ie. However, now we are ...
3
votes
1answer
409 views

iFrames + Google Analytics + Cookies + P3P = Rocket Science Mess I can't figure. Please help

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 ...
3
votes
2answers
7k views

Iframe Facebook application and cookies [Internet Explorer]

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 ...
3
votes
1answer
3k views

P3P Policy not working to allow 3rd party cookies in IE

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, ...
2
votes
1answer
217 views

ActionController::InvalidAuthenticityToken exception in safari while using iframe

While I posted a form from iframe in safari, it gives Invalid Authenticity Token exception. If I try without iframe, then it works fine. Why it is happening? How can I fix this?
2
votes
2answers
374 views

Facebook, IE and P3P

For the last few weeks I'm trying to locate a problem with session cookie saving in IE. Our application is running inside an iFrame, so the cookies are considered 3rd party. I'm aware of the P3P ...
2
votes
1answer
1k views

Cannot set cookies in IFRAME in IE, even with P3P header

I've seen many posts here on how to get cookies to work inside an iframe in IE, and I've tried several of the solutions, but so far have had no luck. Here's what I'm dealing with: I have an iframe ...
2
votes
0answers
215 views

P3P Compact Privacy Policy

I'm trying to get our P3P implementation working. We have generated the necessary policies. We have the meta tag with the compact policy CP="some text here...". We turned off cookies on our site, ...
1
vote
0answers
58 views

P3P headers for pure html/css/javascript page

What P3P headers should I set to prevent IE from blocking my cookies if they only read and modified by javascript (not by server) on my web page (wich is shown in iframe)? I've tried the following ...
1
vote
1answer
215 views

Eternal reloading page with Internet Explorer

I've got a problem with my FB apps with Internet Explorer 7. I'm using this piece of code, provided by FB some time ago : $auth_url = "http://www.facebook.com/dialog/oauth?client_id=" . ...
1
vote
1answer
144 views

set p3p header in html or using javascripts

there are site A and B which communicate Using easyXDM i try to set cookies of site B using site A chrome and mozilla allow to set cookies but ie not allow to set cookie some security polices for ...
1
vote
0answers
41 views

Any recommendation for p3p policy editor?

Can you recommend a good p3p policy editor? preferably open source + free.
1
vote
1answer
134 views

What possible harm can come from setting the header: P3P: CP=“CAO PSA OUR”

The header is used to allow cross domain requests in IE through iframes. I've tested adding this, and my code executes as expected now in IE. What possible harm could come from adding this header?
1
vote
1answer
73 views

How to make P3P play nicely with Azure

My co-founder and I are trying to get a P3P compact policy working with Azure so that IE users can log in to our Facebook app which is hosted in a Canvas IFRAME. We've done the work to make the ...
1
vote
2answers
215 views

PHP: working with external cookies

I have a php application that pulls in pages from a separate domain via iframes. These pages are using cookies. I've noticed some browsers have a default set that blocks any external cookies. This is ...
1
vote
2answers
1k views

Where do I need to set my P3P header to bypass IE8 blocking cookies?

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, ...
1
vote
1answer
150 views

IE7 cookies not sticking on browser close. Could it be P3P? How the cookie is set in the Java?

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 ...
1
vote
1answer
1k views

IE8 and P3P problems again, [closed]

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! ...
0
votes
0answers
83 views

post-redirect-get work around for IE cookies policy

The scenario is: I have a very old classic asp application (http://www.old.com) which has not been released for ages (and in this company a "release" is a synonim for vasectomy). I need to display ...
0
votes
2answers
95 views

What is the most broad P3P header that will work with IE?

"Medium Security" in IE8 states that third-party cookies that save information that can be used to contact you without your explicit consent are blocked. What is the most broad P3P header that means ...
0
votes
0answers
70 views

Explorer blocking cookie in iframe - no server side scripting ability for p3p

running into this maddening problem: I am trying to set cookies in an iframe based widget I have. I saw in a bunch of articles that in order to do this in IE one needs to set a p3p header in order ...
0
votes
1answer
32 views

What are the implications of having a missing P3P file?

I sniffed some Outbrain traffic (e.g. on CNN, find the file called "get" under "odb.outbrain.com/utils" in Chrome's network tab), and found this P3P header: ...
0
votes
1answer
25 views

is p3p response information accessible from javascript?

As I understand, the webserver will send p3p information to the browser, but will the browser then present that data to the javascript engine via some API?
0
votes
0answers
222 views

Cookie cannot be read inside IFRAME (Internet Explorer 8)

I have two sites: siteA.com and sub1.siteB.com and I have control over all of the files on siteB.com only. siteA.com has an iframe that points to an HTML file on siteB.com like so <iframe ...
0
votes
0answers
16 views

Custom P3P Agent

I want to create a P3P agent to add some functionality to the existing agents but I don't know how to start. I know how to plug the policy to my website but what I really want is to develop simple ...
0
votes
0answers
117 views

iframe page can't set cookies (all browsers)

I'm trying to set cookie using iframe but the browsers refuse. the page and the iframe are on the same domain. I tried to add P3P header but it didn't help. Tested on Chrome, Firefox, IE any ...
0
votes
0answers
64 views

P3P Policy exists, cookies work in some IE7 browsers, some don't

I have a P3P policy set for my site. In some IE7, there are no issues setting a cookie. Everything works fine. In some others, the cookies are blocked. I checked in Fiddler and all request show ...
0
votes
1answer
101 views

Problem with session not saving through iframe

I'm attempting to setup a autologin script on an external website, accessed through an iFrame. i.e. iframe url="http://www.othersite.com/autologin/?token=029dd3df34ds" That script should just check ...
0
votes
1answer
130 views

How to configure p3p policy on Azure

Our app is hosted in Facebook. As you know, Facebook hosts third party app in an IFrame. You may also know that if a web site in an Iframe, and parent website is on a different domain, then 3rd party ...
0
votes
2answers
502 views

How to generate and deploy P3P privacy policy in Struts2 Java

We have built a cxml Punchout Supplier site and is integrated with ariba for punchout process, when a user log's in through ariba interface and select our supplier site, our site will be accessed in ...
0
votes
0answers
104 views

Setting p3p header in Pylons

I'm using Pylons 1.0 and am a bit of a noob. I'm having trouble setting the P3P header to allow cookies to be stored inside an iframe. I'm trying: response.headerlist = [('P3P', \ 'CP="IDC DSP COR ...
0
votes
2answers
445 views

does p3p allows parent frame to read my cookies?

I am trying to understand the technical implications for setting a compact p3p header in my Facebook application. Someone has said to me that setting the p3p header in my site (iframe) will allow ...
0
votes
0answers
106 views

Embedding our site in an IFrame. Implications and risks?

I'm investigating the use of Iframes to host a copy of our corporate website on a 3rd party website (for various business requirements). In doing so, the website should function the same as if our ...
0
votes
1answer
532 views

How to make IE work correctly without P3P?

I had a weird issue with IE8, actually my friend who was testing the site did cause I didn't have any problems while browsing the site from IE8. Debugging the site I saw that when he browses the page ...
0
votes
1answer
546 views

Internet Explorer p3p iframe and trird party cookies

This problem is driving me crazy. I have pages on my site that load a affiliate page in an iframe. I have set up a p3p policy and everything validates. ...
0
votes
1answer
136 views

What is currently the best way to set a 3rd party cookie?

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 ...
0
votes
1answer
464 views

P3P - compact policy and legal stuff

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 ...
0
votes
1answer
425 views

Internet Explorer P3P Issues! Help!

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. ...
0
votes
1answer
444 views

can p3p be used to allow access to iframe dom in IE?

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 ...
0
votes
1answer
283 views

is it worth implementing P3P on a website/web application?

Is it worth implementing P3P on a new asp.net website/web application? Or any website I guess?
0
votes
1answer
2k views

P3P issue with IE and iframe

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 ...