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? Quote 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. Quote Link to comment https://forums.phpfreaks.com/topic/84581-ie-caching-problem/#findComment-430997 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.