Disable cache for some images

前端 未结 13 1321

I generate some images using a PHP lib.

Sometimes the browser does not load the new generated file.

How can I disable cache just for images created dynamica

13条回答
  •  挽巷
    挽巷 (楼主)
    2020-11-22 08:03

    I know this topic is old, but it ranks very well in Google. I found out that putting this in your header works well;

    
    
    
    
    
    

提交回复
热议问题