emancipator Posted January 5, 2008 Share Posted January 5, 2008 I have a function that generates image dynamically using GD. The image is stored in a folder under the name temp.jpg and is displayed using <img>. As you would imagine, the src for that img tag is always the same so IE just displays the cached version, unaware of the fact that temp.jpg is changing. I have tried to add headers that expire but nothing seem to work. Any ideas? Link to comment https://forums.phpfreaks.com/topic/84581-ie-caching-problem/ Share on other sites More sharing options...
crawlerbasher Posted January 5, 2008 Share Posted January 5, 2008 have you tryed to creat it so that the name of the image is random all the time. It might help solve the IE problem. Link to comment https://forums.phpfreaks.com/topic/84581-ie-caching-problem/#findComment-430997 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.