I am facing a problem with image expiry, I have an
image in my
jsp page which is not getting expired in
browser cache, even if I set the no-cache in 'PRAGMA'
or 'CACHE-CONTROL' or if I set 'EXPIRY' header only
the html page on the browser cache is getting expired
but not the image, as a result only the html/jsp page
is getting downloaded from the server but not the
image. So even if I change the image on the server the
browser is displaying old image from it's cache.
how can I solve this problem