It happens in my Wordpress and nginx configuration but IMO it's browser/HTTP related problem.

Everything is about one page, that appears in two versions, for logged in user and anonymous user. Scenario:

  1. Wordpress is serving user page that should be cached (HTTP 200)
  2. Wordpress is serving, for logged in user, a page that should NOT be cached (HTTP 200 with no cache header).
  3. After logging out, I want user to receive page no 1, but he is getting page no 2 from browser cache. Nginx is sending HTTP 304, so the browser should take last cached page from browser memory or from the server. But it's not happening.

These are HTTP headers for above cases: http://pastebin.com/nJAxLQSq

link|improve this question
Please provide traces of the headers sent for (1) and (2). – Julian Reschke Dec 29 '11 at 13:22
These are the HTTP headers for all of 3 cases: pastebin.com/nJAxLQSq – Tuner Dec 30 '11 at 9:29
Interesting. One odd thing I noticed is that response 2. doesn't have "Vary: Cookie". Do all browsers show the same behavior? – Julian Reschke Dec 30 '11 at 16:07
Yes, thank you for help – Tuner Jan 9 at 13:00
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.