
Modified: infrastructure/apwiki/trunk/lib/python2.3/site-packages/MoinMoin/Page.py
==============================================================================
--- infrastructure/apwiki/trunk/lib/python2.3/site-packages/MoinMoin/Page.py (original)
+++ infrastructure/apwiki/trunk/lib/python2.3/site-packages/MoinMoin/Page.py Mon Jun 13 12:20:51 2005
@@ -1091,6 +1091,10 @@
         if not content_only:
             # send the document leader

+            # need to inform caches that content changes
+            # based on cookie (even if we aren't sending one now)
+            request.setHttpHeader("Vary: Cookie")
+
             # use "nocache" headers if we're using a method that
             # is not simply "display", or if a user is logged in
             # (which triggers personalisation features)
