Skip to content

Do not cache requests for authenticated users

When using Django per site caching in production, requests are cached regardless if an user is authenticated. This causes HTML view refresh issues as cached pages can be served once a user is logged in, possibly hiding the display of its username and the link to logout or specific interfaces reserved to authenticated users.

Depends on !262 (closed)


Migrated from D2775 (view on Phabricator)

Merge request reports