Travis Derouin wrote:
I may have asked this question before, but:
Is there anyway to filter which cookies are subject to the 'Vary' header in Squid or through HTTP response headers?
We'd like to use Google Analytics (as AWStats isn't working well for us), but it cookies users making the caching system pretty much useless. If we could ignore cookies that start with __utm, we could likely use both.
Does anyone know? Or know of another way around this to accommodate both Squid and Google Analytics?
Thanks, Travis
No. See rfc2616 section 14.44 Vary header only tells about "what" the server takes into acount to deliver content, not "which" of them nor "how".