Marco Kleefman wrote:
...
> My problem is that sometimes the browser displays the wrong picture (picture
> from cache), instead of retrieving the latest one. The picture is generated
> with a Perl/CGI script.
>
Fool all caching by making it a new image, insofar as (all of the)
caching layers are concerned, with the following syntax:
<img src="http://www.yourdomain.com/yourpath/yourgraphic.gif?randomcharsgohere">
As long as randomcharsgohere is a value your cache layers haven't
seen before, you're go around *all* caching layers. I've used
random numbers for that value before, with success.
This works, because all caching layers believe this image URL is entirely new.
Steve
--
Steve Rasmussen <[EMAIL PROTECTED]>
President
Secure Solutions Inc. http://4secureorders.com
"Bad management can produce failure, but only
good technology can yield success."
-- Bertrand Meyer, inventor of the Eiffel language