Commit d8f305fa authored by Andreas Plesner Jacobsen's avatar Andreas Plesner Jacobsen Committed by Tollef Fog Heen

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

parent 33d0e410
...@@ -3,9 +3,10 @@ ...@@ -3,9 +3,10 @@
Cookies Cookies
------- -------
Varnish will not cache a object coming from the backend with a Varnish will, in the default configuration, not cache a object coming
Set-Cookie header present. Also, if the client sends a Cookie header, from the backend with a Set-Cookie header present. Also, if the client
Varnish will bypass the cache and go directly to the backend. 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 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 (GA) to analyze their traffic. GA sets a cookie to track you. This
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment