Questions tagged [p3p]

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.

83 questions
0
votes
1 answer

Why is IE8 blocking cookies from within an iframe?

I inherited a site and I am trying to make it work in IE8. It works fine in every other browser. I'm using the following P3P tag that I got from another post: header( "P3P: CP=NON DSP LAW CUR ADM DEV TAI PSA PSD HIS OUR DEL IND UNI PUR COM NAV INT…
0
votes
1 answer

save session of page redirect in ie

i create a login page. when user submit "username" and "password" if the username and password was true the page redirect with header("location:home_page.php"); this code work in firefox but in ie8 doesn't work. i search and understand that ie has…
reza darroodi
  • 29
  • 1
  • 6
0
votes
1 answer

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 read somewhere that P3P header can lower this…
Nir
  • 24,619
  • 25
  • 81
  • 117
0
votes
1 answer

iFrames Iexplorer doesn't write or read sessions (or cookies)

I built a form to submit data step by step. In between steps data is carried on from step 1 to step 2 and so on. That data is needed. 50% of the visitors access the form from different sites using an iframe. Initially the data was stored in cookies.…
mat
  • 1,619
  • 1
  • 15
  • 25
0
votes
2 answers

Deliver P3P http headers for IE-8

we built a webapp. On IE we need to allow third party cookies. We are using Java Server Faces. Anyway we are looking for the best way to deliver the P3P-Header? We thought about Apache configuration files. Is it possible to detect InternetExplorer…
Jochen
  • 1,746
  • 4
  • 22
  • 48
0
votes
1 answer

IE not accepting 3rd party cookies P3P policy setting

I have a site hosted in http://www.domain1.com This domain loads a script located in http://www.domain2.com/script.js This sript is loaded with the normal HTML