Does the question is only caching cookie, or sharing cookie ?

Is your objective to store the cookie and being able to review it
afterwards ?
Or using same authentication simultaniously for several users (or
clients) ? (which make sense for a lot services, for example writing
simple wget stuff once manually connected on service you are already
granted one simulatiouns access.... Providing to several users a single
paying service...)

What is exactly your objective ?

Francois Liot


-----Original Message-----
From: Henrik Nordstrom [mailto:[EMAIL PROTECTED] 
Sent: lundi 5 janvier 2004 17:33
To: Florian Effenberger
Cc: Henrik Nordstrom; [EMAIL PROTECTED]
Subject: Re: [squid-users] Caching of cookies


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

Reply via email to