how to clear my clients cache next time they log in

后端 未结 6 1808
萌比男神i
萌比男神i 2021-01-11 18:27

I have an application running on hostgator. When I make changes to the js files my users don\'t see the changes until they clear their cache. Is this the only option to pu

6条回答
  •  情歌与酒
    2021-01-11 19:01

    You can't clear the cache of your client's browsers but you can use cache busting techniques such as adding versioning to your files

    
    

    And then when you make a change

    
    

    It can be a timestamp or whatever, just needs to be different.

提交回复
热议问题