Changes between Initial Version and Version 16 of Ticket #9249


Ignore:
Timestamp:
Jan 29, 2013, 7:10:08 AM (11 years ago)
Author:
Aymeric Augustin
Comment:

If you look at the discussion, this isn't a bug; it's really a new feature.

The version field tracks the version the bug was reported in.

Related: #15201. Caching is hard.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #9249

    • Property Triage Stage UnreviewedAccepted
    • Property Component UncategorizedHTTP handling
    • Property Owner changed from nobody to Vladimir Dmitriev
    • Property Has patch set
    • Property Keywords cache cookies added
    • Property Status newassigned
    • Property Patch needs improvement set
    • Property SeverityNormal
    • Property TypeNew feature
    • Property Easy pickings unset
    • Property UI/UX unset
    • Property Cc raymond.penners@… django@… harm.verhagen@… trbs@… added
    • Property Needs documentation set
  • Ticket #9249 – Description

    initial v16  
    11When using Google Analytics on a Django project with CacheMiddleware and SessionMiddleware turned on, the Cookies that Google Analytics apparently change on each reload, invalidating the Vary: Cookie parameter that SessionMiddleware is setting.
    22
    3 There should be a way to define cookie prefixes, such as '__utm', to ignore for cookie variation for caching.
     3There should be a way to define cookie prefixes, such as ``'__utm'``, to ignore for cookie variation for caching.
Back to Top