I updated my page and I can't see the changes if I won't clear my browser cache. So people were not seeing the change. Then the thought came that they need to clear their cache. But how can I force a browser to clear its cache when it visits my website?
Asked
Active
Viewed 81 times
0
-
It is a Chrome bug. The only thing you can do is to redirect it to something with GET param, like `http://mypage.com/?something`, and then check if something is defined. If it is, then go with page content. – Flash Thunder Sep 08 '13 at 09:44
-
@FlashThunder Browser caching is a bug? – JJJ Sep 08 '13 at 09:46
-
@Juhana Ignoring all nocache directives is a bug. – Flash Thunder Sep 08 '13 at 09:47
-
@FlashThunder There is no indication in the question that there are nocache directives at all. – JJJ Sep 08 '13 at 09:48
-
@Juhana It doesn't matter. Server sends headers that content have been modified. – Flash Thunder Sep 08 '13 at 09:49
-
I'm pretty sure a Chrome bug isn't an issue here, and I'm almost certain the bug isn't that severe. – JJJ Sep 08 '13 at 09:52
-
Probably you are right, thats why it is comment, not an answer :) – Flash Thunder Sep 08 '13 at 09:53
-
What's the right one ? @_@ – Mena Sep 08 '13 at 10:06