Page is a not externally linkable
dfresh4130 - 7:31 pm on Oct 29, 2012 (gmt 0)
I'm thinking it's possible to create an ifModule statement like below if there's a set-cookie directive in the request. Does anyone have any suggestions on how the syntax would work for something like below?
<IfModule mod_headers>
[Some command to check if Set-Cookie is being sent]
Header set P3P 'CP="This is not a P3P policy! See our privacy statement here http://www.example.com/example/cms/lang/en/site/products/home/privacy-statement"
</IfModule>