p3p Questions

1

We are developing an application using node.js and meteor.js, this application is working fine in Firefox, Chrome and IE 10, but when we try to browse this application in IE-9, it doesn't load. I ...
Microgram asked 12/6, 2013 at 4:10

1

Solved

I am running a Drupal 7 site and am noticing a problem on IE9, when the browser window is closed the user is logged out. We have "remember me" module enabled and the cookie is set to not expire. Th...
Meaningful asked 7/6, 2015 at 23:4

1

I've researched this subject alot. But one thing I don't get if it is possible to set a P3P tag in plain HTML? Just before the first -tag. Im trying to get an iFrame-login solution to work in IE....
Kwasi asked 25/6, 2014 at 13:33

3

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 lin...
Annunciata asked 8/6, 2011 at 18:52

4

Solved

header('P3P: CP="IDC DSP COR CURa ADMa OUR IND PHY ONL COM STA"'); I've never seen such headers,what's it for?
Orthocephalic asked 1/5, 2010 at 8:7

1

Please help me figure out how to properly escape the arguments so they work when calling appcmd inside of powershell. My script looks like this: $defaultWebSite = "Default Web Site" $appCmd = "C:...
Stace asked 5/2, 2014 at 17:36

5

Solved

Due to decisions that are completely outside of my control, I am in the following situation: I have a product listing on catalog.org Clicking the "Add to Cart" button on a product makes an AJAX J...
Maladminister asked 18/12, 2013 at 19:49

2

Solved

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 ifram...
Uriah asked 19/5, 2011 at 21:54

3

Solved

"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 mea...
p3p
Totalizator asked 8/11, 2011 at 9:30

3

What is header('P3P: CP="CAO PSA OUR"'); for? How/why will it let this script work fine in IE? session_start(); if (!session_is_registered(pre_myusername)) { header("location:index.php"); exit...
Pharyngoscope asked 10/3, 2011 at 9:56

2

Solved

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,...
Harrumph asked 10/11, 2009 at 11:6

7

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...
Undertow asked 16/6, 2009 at 4:14

1

Solved

Sinatra is camel-casing all the header names, causing issues with 'P3P'. Code: require 'rubygems' require 'sinatra' configure :production do # Configure stuff here you'll want to # only be run ...
Kamilahkamillah asked 28/10, 2012 at 16:31

2

Can you recommend a good p3p policy editor? preferably open source + free.
Inebriant asked 10/10, 2011 at 11:52

1

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 partn...
Yasmin asked 23/8, 2010 at 12:20

1

Solved

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 gett...
Sadducee asked 25/5, 2011 at 14:7

2

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 v...
Disenchant asked 2/12, 2009 at 19:36

1

Solved

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 w...
Wame asked 3/9, 2010 at 22:27

2

Solved

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 Poli...
Archaean asked 19/11, 2009 at 18:33

22

Solved

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 t...
Smokejumper asked 23/12, 2008 at 17:8
1

© 2022 - 2024 — McMap. All rights reserved.