Displaying 1 result from an estimated 1 matches for "theorderin".
Did you mean:
theorder
2007 May 10
5
Setting P3P header before Set-Cookie
Hi folks,
For a project I''m working on, I need to set an HTTP header BEFORE the
Set-Cookie header is sent. Basically, I need to send along our compact
privacy policy before the cookie is set.
I''ve tried using:
@headers[''P3P''] = "P3P: blah blah blah..."
...but the problem is that no matter what I do, the Set-Cookie header is
sent first, and the P3P