07-06-2008, 05:07 AM
|
#2 (permalink)
|
|
The Frequenter
Join Date: Sep 2007
Location: Denmark
Posts: 352
Thanks: 8
|
You can try send some HTTP headers on the page that the image shows on or if the image is outputted though php you can put these headers in that file before sending it to the browser:
PHP Code:
header("Pragma: public");
header("Expires: 0");
header("Cache-Control: must-revalidate, post-check=0, pre-check=0");
cheers
__________________
|
|
|