cc-archive / open-ledger

Prototype code and examples for work on the Creative Commons "CC Search" project
MIT License
48 stars 23 forks source link

Cache on About page prevents login/logout status from updating appropriately in the nav #124

Closed lizadaly closed 7 years ago

lizadaly commented 7 years ago

Because https://openledger.creativecommons.org/about has a long cache on the entire response, it incorrectly caches the site nav login/logout status, making it appear as if login has no effect on that page.

Restrict the caching to the actual stats data, not the entire view.

lizadaly commented 7 years ago

Fixed and deployed/