Hi, I User apache-1.3.23-1 on Debian linux with Zope 2.5.0.
Sorry to ask here, cause after try to read some rfc, I still can't tell whether this is a bug or a feature of mod_proxy. As I use mod_rewrite + mod_proxy by append a [P] after RewriteRule, I found that if the origional http request contain two "Set-Cookie" Header, mod_proxy will drop all except the last one. Then I try to modify the origional http header so that two "Set-Cookie" header becomore one, then it work fine. I use: Set-Cookie: key1=val1; key2=val2 Then the program work fine. Is it a wrong to have two "Set-Cookie" header or a missing feature of mod_proxy. Thank you very much for your anwsers. Yuan-Chen Cheng