Caching: Force fresh content for logged-in users (potentially by adding a query variable to the URL)
Since you already have the “Don’t cache pages for logged in users” option activated, what about selecting cache with validation under Cache Control Policy for “HTML” content? Explanation: Essentially, the “don’t cache pages for logged in users” option should already be sending a no-cache header for your logged users only. If a user has a … Read more