Thread: Custom Header
View Single Post
  #3  
Old 12-21-2004, 08:00 PM
jailbird jailbird is offline
Member
 
Join Date: Oct 2004
Posts: 23
Quote:
Originally Posted by mistwang
Dustin,

Currently LSWS does not support response header manipulation itself, so you need to set all headers in your script. Unless response headers are different, I don't see the reason why IE like cookies from one web server but not that from another.

That bug should be fixed in the forthcoming 2.0RC4 release. Thanks for the reminder.

George
I was afraid you'd say that. I guess I can add it a PHP prepend file. I was hoping for a better solution site-wide, however.

The main reason is some people use MSIE 6's piracy settings to only allow certain cookies depending on what the site says they will do with the cookie information. I've been using the Apache "append" function to insert the "P3P:" header on all requests to point to my P3Pso .xml file that MSIE uses.

The impact seems fairly small (I've only had one user complain so far), so it's not a huge showstopper. Might be a nice feature to have in the future though.

I definitely owe you guys a drink.... If I had the money I'd buy the Pro version just to help you guys out...

-Dustin
Reply With Quote