On Mon, 5 Jan 2004, Florian Effenberger wrote: > I guess you mean > > /* remove Set-Cookie if a hit */ > if (is_hit) > httpHeaderDelById(hdr, HDR_SET_COOKIE); > > in src/client_side.c? > > If I remove it, I assume all cookies will be cached, right?
Yes. > Is there any way to only let one site/domain proxy cookies? Defining an access list on when cookes should be cached would work, but is a few lines more code. Regards Henrik
