vcl question cookie

jean-marc pouchoulon jean-marc.pouchoulon at ac-montpellier.fr
Thu May 10 13:11:13 CEST 2007


Helo all,

I 'm trying to limit the absence of caching with cookies.


if (req.url ~ "\.pdf$|\.png$|\.gif$|\.jpg$|\.mp3$|\.svf$")  {
      lookup;

     if (req.http.Authenticate || req.http.Cookie ~ "__ac=") {
                        pipe;
     }
}

This is not working , all is cached.
where am I wrong ?

thanks

jean-marc



More information about the varnish-misc mailing list