0

I'm making a website using PHP. I have an image handler which handles the images and cache them. My problem is when I press F5 many times the images sometimes does not show or not cache. Can anyone help me with that kind of problem or suggest me whats the best solution.

Martin Thoma
  • 124,992
  • 159
  • 614
  • 958
naviciroel
  • 422
  • 4
  • 19

1 Answers1

1

So I am guessing you are pressing F5 to refresh the page. Depending on the browser, F5 refreshes the page and may get new cache content whereas pressing CTRL+F5 will force a cache refresh.

If you post what browser you are using and possibly a link to the site, we might be able to help more.

Jainendra
  • 24,713
  • 30
  • 122
  • 169
Nathaniel Wendt
  • 1,194
  • 4
  • 23
  • 49