Re: Third-Part Cookies blocked by IE



Hi Everybody,


The HTTP HEADERS were remove by IIS 6.0.

To solve the problem go to :
1) Properties on the web root
2) Click HTTP HEADERS tab
3) Custom Headers panel
4) Click Add...
Key : P3P
Value : CP="CAO PSA OUR"

Hope that will help some one.
Johnny


On 26 mar, 16:45, "JohnnyKnoblauch" <jknobla...@xxxxxxxxxxxxxxxxx>
wrote:
Hi,

We only have this problem with IIS 6.0.

We configure the p3p.xml and the p3pconfig.xml correctly in the root
domain of our server.
We configured the P3P in the application begin request in
global.asax :
Context.Response.AddHeader("P3P", @"CP=""CAO PSA OUR""");

But the problem persist we have no solution, please tell me if you
find one.

Thanks,
Johnny

On 2 fév, 19:52, "Khafancoder" <khafanco...@xxxxxxxxx> wrote:



Hi guys,

we are developing a webapplication which let user create their own
virtual website on their real domain.
in other word, users could create their virtual web-sites by this
application and app will recognize each website
by its domain.

we needed a passport system (like .Net Passport) to identify users in
all of these virtual web-sites (& various domains)
we build this system upon third-party cookies by making request from
each site to passportserver using import script tags.

now the problem is : IE 6.0, 7.0 won't let the web-applciation to
create thirdparty cookies by default and users have to add passport
server domain to TrustedZone,i heared that p3p could solve this
problem but id don't know how !? should we register our domains in
some database ? is it free ?

Thanks in advance- Masquer le texte des messages précédents -

- Afficher le texte des messages précédents -


.



Relevant Pages

  • Re: Third-Part Cookies blocked by IE
    ... And nothing gets removed by IIS. ... The HTTP HEADERS were remove by IIS 6.0. ... domain of our server. ... users could create their virtual web-sites by this ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: IIS on 2000 ADV Server with .wml support
    ... Did you try the suggestions given by Ian Jones? ... Kristofer Gafvert - IIS MVP ... >> HTTP Headers tab ... >> You'll need to set up mime type for wbmp too if you want to support ...
    (microsoft.public.inetserver.iis)
  • Re: Caching problem
    ... You need to work out if IIS is caching the page (ie always sending out the ... same content), or the browser is, or some proxy server in between is. ... > just setting the http headers in IIS to expire content ... >>the real HTTP headers often override the meta tags. ...
    (microsoft.public.inetserver.iis)
  • RE: OWA displays mail but wont let you read it
    ... Are you using Trend? ... Open IIS Manager ... - Alternatively you can go to the HTTP headers properties on each ... instead of installing OfficeScan on the default web site. ...
    (microsoft.public.windows.server.sbs)
  • Re: Third-Part Cookies blocked by IE
    ... The HTTP HEADERS were remove by IIS 6.0. ... users could create their virtual web-sites by this ... we build this system upon third-party cookies by making request from ... each site to passportserver using import script tags. ...
    (microsoft.public.dotnet.framework.aspnet)

Loading