Re: mod_headers and .htaccess for P3P policy

2009-01-08 Thread Sergio Arrighi
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

mod_headers and .htaccess for P3P policy

2009-01-07 Thread Sergio Arrighi
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

Re: mod_headers and .htaccess for P3P policy

2009-01-07 Thread Hassan Schroeder
On Wed, Jan 7, 2009 at 5:49 AM, Sergio Arrighi sergio.arri...@iminholding.com wrote: I'm using apache 6 on a Windows server machine. I've read on the internet that this is possible using .htaccess file in the webapp directory. You've read wrong :-) '.htaccess' files are used with Apache

Re: mod_headers and .htaccess for P3P policy

2009-01-07 Thread David Fisher
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