no-cache was set and the response is still being stored.
- Why:
- That is what no-cache means. It permits storage and requires revalidation before each reuse. The directive that prevents storage entirely is no-store.
- Fix:
- Use no-store for a response that must never be written to disk, such as one containing personal data.