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,_______________________________________________
varnish-misc mailing list
[email protected]
https://www.varnish-cache.org/lists/mailman/listinfo/varnish-misc