Finally adding

if (req.http.Cookie && req.http.Cookie ~ "__ac.*") {
        return(pass);
}

to my varnish.vcl file did the trick, that way authenticated users traffic
is not cached. 

--
View this message in context: 
http://plone.293351.n2.nabble.com/Plone-with-varnish-3-0-first-page-login-behaviour-tp7175614p7179005.html
Sent from the Installation, Setup, Upgrades mailing list archive at Nabble.com.
_______________________________________________
Setup mailing list
se...@lists.plone.org
https://lists.plone.org/mailman/listinfo/plone-setup

Reply via email to