Force browser to clear cache

后端 未结 17 2340
夕颜
夕颜 2020-11-22 05:04

Is there a way I can put some code on my page so when someone visits a site, it clears the browser cache, so they can view the changes?

Languages used: ASP.NET, VB.N

17条回答
  •  暗喜
    暗喜 (楼主)
    2020-11-22 05:48

    Look into the cache-control and the expires META Tag.


    Another common practices is to append constantly-changing strings to the end of the requested files. For instance:

提交回复
热议问题