> > How can I force Apache to send the Set-Cookie header even if the
> > document being delivered has not changed? I suspect that I am not
the
> > first person to run into this problem. A search of the list was
> > unsuccessful, unfortunately.
>
> i've not tested, but it looks like Set-Cookie is left out on purpose
> (maybe an http rfc compliance thing or just a bug), this patch might
> help..
>
> --- src/main/http_protocol.c~   Tue Apr 17 11:30:14 2001
> +++ src/main/http_protocol.c    Tue Jun 19 09:46:29 2001
> @@ -2637,6 +2637,7 @@
>                      "Warning",
>                      "WWW-Authenticate",
>                      "Proxy-Authenticate",
> +                    "Set-Cookie",
>                      NULL);
>
>          terminate_header(r->connection->client);

I tested it and it works. Thank you for such a quick and authoritative
answer.

-- Andrew

---
Andrew Gilmartin
Ingenta / Dynamic Diagrams
[EMAIL PROTECTED]


Reply via email to