Hi, I've recently discovered that the http response for cache-control for my site is "private, max-age=10800, pre-check=10800", where normally it shold be "no-store, no-cache, must-revalidate, post-check=0, pre-check=0". This causes pages to get cached and not updating on refresh, but only when i'm clearing the cache.
For example, new products page does not update after I list a new product on refresh, in fact all the pages do not show any changes untill clearing cache.
Where can i start looking for a solution for this problem? Is it something I have control over, or is it a hosting issue?
Furthermore, I saw some pages with zenid being cached in google when doing a search for: site:lemy.co.uk "zenid". I'm not sure these 2 problems are related, Prevent Spider Sessions in admin is set to True. Site is the first one in my signature, any pointers appreciated!