varnish cache cookie page

X.H.R.F.C. xhrfc at yahoo.com
Thu Jun 21 17:38:12 CEST 2012


Hi all,

Is there any way to cache a page even the client - browser - is sending cookie in header?
My entyre website has a 'logon' status + avatar in the top of the page. I use esi to load avatar, user name ... in that section.
It seems like varnish dosen't cache my specifyed pages, even they are using esi feature .
Rule:

if (req.http.Authorization || req.http.Cookie) {
        return (pass);
}

is there any way to make this possible?


Regards,
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://www.varnish-cache.org/lists/pipermail/varnish-misc/attachments/20120621/df193261/attachment.html>


More information about the varnish-misc mailing list