Re: Cookies in VCL

2008-04-14 Thread Florian Engelhardt
On Tue, 8 Apr 2008 11:22:47 +0200 [EMAIL PROTECTED] wrote: A question about cookies in VCL. Is there a way of handling cookies in VCL? Like: if(req.http.Cookies[userid] == 1234) or set req.http.Cookies[language] = sv Kind of. vcl_recv looks like this: sub vcl_recv

Re: Cookies in VCL

2008-04-08 Thread Poul-Henning Kamp
In message [EMAIL PROTECTED], [EMAIL PROTECTED] writes: A question about cookies in VCL. Is there a way of handling cookies in VCL? Not yet, but it's on our list. Like: if(req.http.Cookies[userid] == 1234) or set req.http.Cookies[language] = sv Thanks Erik