I'm working on a website, where the audience isn't very comfortable with computers. A complaint received often in the past was about (minor) new updates, though important ones not being visible (like date and times being changed). Problem: browser caching and people not knowing how to refresh a browser. Because of the rather large audience, it will be impossible explaining that to all of them.
We'll be putting an entire new site online very soon, so I suspect that this change will cause the browser to get the update...am I right on this one?
But in order to prevent the complaints of the past I would like a better control of the user's browser caching.
It would be best to put a caching time (between a day and one or two weeks) per page, because for the general info caching is a good thing, because it isn't updated that often and it isn't as sensitive to time as our calender is! But I want a new version of the calender within a day from the last visit. --> I would even consider caching parts of pages if possible (header and footer are less likely to change then content etc.)
What's the best approach? Should I change something on the server settings (as far as the hosting allows me to) and how can I do this (hosting control panel, php.ini)?
Or should I do something in PHP? Or in the HTML like I found over here: HTML Cache control
Or maybe a combination of some/all of the above?