You are viewing a plain text version of this content. The canonical link for it is here.
Posted to apache-bugdb@apache.org by ma...@apache.org on 1998/12/23 05:14:52 UTC

Re: general/2615: Set-Cookie not sent with Redirect response headers

[In order for any reply to be added to the PR database, ]
[you need to include <ap...@Apache.Org> in the Cc line ]
[and leave the subject line UNCHANGED.  This is not done]
[automatically because of the potential for mail loops. ]
[If you do not include this Cc, your reply may be ig-   ]
[nored unless you are responding to an explicit request ]
[from a developer.                                      ]
[Reply only with text; DO NOT SEND ATTACHMENTS!         ]


Synopsis: Set-Cookie not sent with Redirect response headers

State-Changed-From-To: open-closed
State-Changed-By: marc
State-Changed-When: Tue Dec 22 20:14:51 PST 1998
State-Changed-Why:
As discussed on new-httpd, you should be setting
err_headers_out (which isn't really for errors; I think a
comment in the source even says that it is misnamed) if
you want it to be sent on a non-200..299 or 304 response.

I think that resolves this.