Prevent scripts from being cached programmatically

后端 未结 6 1459
面向向阳花
面向向阳花 2021-01-23 16:23

I would like to ask if there is a way to prevent Firefox from caching scripts (.js files).

I have a project (ASP.Net Web App) with caching issue on firefox. When I first

6条回答
  •  情深已故
    2021-01-23 16:55

    I WANT the scripts and the styles to be cached... only reload them when they change... It is easy using the date of the file:

    
    
    
    
    

提交回复
热议问题