Hi to everyone,

First... thanks for the reply! You're so kind!
Yesterday after few hours of panic, I've solved my problem in a really simple and straightforward way.

I've simply added this line code in the root page of my hosted app:

response.addHeader("P3P", "<my_policy");

and everything works fine as a magic!! :DDDD

BB or Ciao!!

Sergio

David Fisher ha scritto:
When I had to deal with p3p policy then I simply put a directory called "w3c" in my webapps and dropped in a "p3p.xml" and "policy.xml". Afterwards my webapp on a different url in tomcat could be opened in an iframe by our partners IIS served ASP application.

w3c/p3p.xml
w3c/policy.xml

Is this what you are looking for?

Regards,
Dave

On Jan 7, 2009, at 7:49 AM, Sergio Arrighi wrote:

Hello to everyone,

I'm using apache 6 on a Windows server machine.
I'm hosting a webapplication which is used in a third party web site included in an IFRAME. I've an issue with IE6 an IE7 about session replication. I've read on the internet that this issue is dued to P3P policies and that it's sufficient to add a clause to the header like this:

<IfModule mod_headers.c>
Header set P3P "policyref=\"/w3c/p3p.xml\", CP=\"NOI DSP COR NID CUR ADM DEV OUR BUS\""
# OR THIS, SIMPLER
Header set P3P "policyref=\"/w3c/p3p.xml\""
</IfModule>

I've read on the internet that this is possible using .htaccess file in the webapp directory.
I've tried with no success.
Could someone please explain this procedure to me??

Thanks a lot

Sergio Arrighi

--
    *I.M.I.N. Holding s.r.l.*
Sergio Arrighi
sergio.arri...@iminholding.com <mailto:sergio.arri...@iminholding.com>
Cell. 3455805121

Vicolo Molino, 2
21052 Busto Arsizio
Varese
Tel. +39 0331324679
Fax. +39 0331324678
www.iminholding.com


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org




--
        *I.M.I.N. Holding s.r.l.*
Sergio Arrighi
sergio.arri...@iminholding.com <mailto:sergio.arri...@iminholding.com>
Cell. 3455805121

Vicolo Molino, 2
21052 Busto Arsizio
Varese
Tel. +39 0331324679
Fax. +39 0331324678
www.iminholding.com


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to