Closed ERosendo closed 2 months ago
This commit fixes #599 by setting the cache control header to all views that require a logged-in user (using the never_cache() decorator), ensuring that the content is not cached by browsers and is always fetched from the server.
Nice one, thanks. Are we fixing this on CL too?
Are we fixing this on CL too?
@mlissner CL is not experiencing this caching problem. Most authenticated views are already using the never_cache decorator.
never_cache
This commit fixes #599 by setting the cache control header to all views that require a logged-in user (using the never_cache() decorator), ensuring that the content is not cached by browsers and is always fetched from the server.