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 D2747