On Mon, 20 Jan 2003, Phil Powell wrote:
> I am using the following header() functions to force view.php to not cache:
>
> header("Expires: Mon, 26 Jul 1997 05:00:00 GMT");// Date in the past
> header("Last-Modified: " . gmdate("D, d M Y H:i:s") . " GMT");
> header("Cache-Control: no-store, no-
Aha! Something I can chime in on. I happened across the same scenario a
few months back. The list helped me then so I'll give back.
Call the image using a random identifier.
$rand = rand(1000, );
echo "http://someurl.com/image.jpg?$rand";;
Since the browser will more than likely not have
2 matches
Mail list logo