MAIL PROTECTED]>; <[EMAIL PROTECTED]>;
<[EMAIL PROTECTED]>
Sent: Monday, January 20, 2003 10:48 AM
Subject: Re: [PHP] Cannot show reuploaded image file on page unless manual
refresh
>
> Aha! Something I can chime in on. I happened across the same scenario a
> few months bac
Dude, your solution failed! :( The image STILL caches even though on the
server end it's deleted!! Even with a RANDOM string tacked on it STILL
caches!!!
Phil
<[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
>
> Aha! Something I can chime in on. I happened
--- Phil Powell <[EMAIL PROTECTED]> wrote:
> Chris, that made no sense to me at all!
Sorry. :-)
> How in the world could an HTTP-RESPONSE send back a
> cached .jpg file that no longer exists on the server
> end? That's impossible, unless the entire page is
> cached. Now, how do I ensure that view
--- Phil Powell <[EMAIL PROTECTED]> 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");
> header("Last-Modified: " . gmdate("D, d M Y H:i:s") .
> " GMT");
> header("Cache-Control: no-store, no-cache,
> must-re
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");
// always modified
header("Cache
5 matches
Mail list logo