Hi,
I'm having terrible problems with what I think is people's browser cache. Whenever I change something on the webpage, people have to reload to see the changes - especially images - which results in horribly rendered pages.
I don't even know if this question is related to drupal or if I'm missing something fundamental here.
I've not tinkered with drupal's cache settings, only enabled the normal cache function.
Is there anything I should do which can make sure that people's browsers do not cache everything? some meta-refresh commands?
thanks Morten
Drupal already issues, for the most part, headers and cache control commands which should prevent browsers from wrongly caching content. There are a few problems with how Drupal does this, but mostly in the opposite direction: that of preventing caching when something could be safely cached.
Hmmm, are the users in question authenticated / logged-in users, or are they anonymous users?