PDA

View Full Version : Resource Caching


blmetz
01-12-2004, 06:48 AM
I am developing an application which will have images updated daily. The file names will remain the same. How do I prevent these images from being cached?

antun
01-12-2004, 09:34 AM
There's no reason why they should get cached just because the filename remains the same. Caching is based on the last modified time of the image (and I think the size too).

Are you seeing some strange behavior?

-Antun