[master] 84628ca Be more precise about default behaviour in the presence of cookie headers

Andreas Plesner Jacobsen apj at varnish-cache.org
Tue Nov 29 20:17:16 CET 2011


commit 84628cad04d8cc2ae131e42b6973fda4140ba2fa
Author: Andreas Plesner Jacobsen <apj at mutt.dk>
Date:   Tue Nov 29 20:16:03 2011 +0100

    Be more precise about default behaviour in the presence of cookie headers

diff --git a/doc/sphinx/tutorial/cookies.rst b/doc/sphinx/tutorial/cookies.rst
index 1d6f291..2ee14cd 100644
--- a/doc/sphinx/tutorial/cookies.rst
+++ b/doc/sphinx/tutorial/cookies.rst
@@ -3,9 +3,10 @@
 Cookies
 -------
 
-Varnish will not cache a object coming from the backend with a
-Set-Cookie header present. Also, if the client sends a Cookie header,
-Varnish will bypass the cache and go directly to the backend.
+Varnish will, in the default configuration, not cache a object coming
+from the backend with a Set-Cookie header present. Also, if the client
+sends a Cookie header, Varnish will bypass the cache and go directly to
+the backend.
 
 This can be overly conservative. A lot of sites use Google Analytics
 (GA) to analyze their traffic. GA sets a cookie to track you. This



More information about the varnish-commit mailing list