-
-
Notifications
You must be signed in to change notification settings - Fork 38
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
HTTP caches can cache logged-in variant of dashboard pages #92
Comments
I think the best fix here is to serve |
I'm going to use |
Actually I have I'm going to simplify the logic: if the user is logged in, the page doesn't get cached. |
To test the fix for simonw/django-sql-dashboard#92
This happened to me with https://simonwillison.net/dashboard/tag-word-cloud/ - I created it while signed in, then when I viewed it in a signed-out browser window I saw this:
Cloudflare had cached the variant of the page seen by me when I was signed in.
The text was updated successfully, but these errors were encountered: