Arunaa Periaswamy
Arunaa Periaswamy

Reputation: 59

Enable third party cookie in all browsers

I found a p3p header code for enabling third party cookies in safari, firefox, chrome, opera and all versions of IE. Thecode i found is 'P3P:CP=”IDC DSP COR ADM DEVi TAIi PSA PSD IVAi IVDi CONi HIS OUR IND CNT”'

But this code does not work in safari. Can any one suggest me some solution to enable the third party cookie?

Upvotes: 1

Views: 2760

Answers (2)

vtortola
vtortola

Reputation: 35965

Try this one: CP="CAO PSA OUR"

It is called the "compact version" as far as I remember.

Cheers.

Upvotes: 0

Geuis
Geuis

Reputation: 42287

Safari disables all 3rd party cookies by default. There is no header you can set to enable it. This is a proper security measure and ideally should be adopted by all browsers.

Upvotes: 6

Related Questions