Vary on forceHTTPS cookie
authorcsteipp <csteipp@wikimedia.org>
Wed, 25 Sep 2013 22:42:02 +0000 (15:42 -0700)
committercsteipp <csteipp@wikimedia.org>
Wed, 25 Sep 2013 22:42:02 +0000 (15:42 -0700)
commit365137e704a155846b964bab08b356db466ba72c
tree6b394c1a4d0d2c6e5315ffd79f2ecf012cab83e2
parentcfa601ef57b7c5563ecfa7f1b32abe05a0e8e893
Vary on forceHTTPS cookie

Varnish seems to be returning the cached version of pages for users
after they have logged in over https, but access an http page. This
seems to occure because only the forceHTTPS cookie is sent on the
request, but varnish doesn't vary the cache based on that cookie.

Bug: 54513
Change-Id: Ia97ed80622191669ee5ca37af809d307bbdb61ae
includes/OutputPage.php