how to make html load fresh and not be taken from the cache in the user side?

Status
Not open for further replies.
3 comments
so if i have a newer version of an html and css the user might get the older version in is cache and there is nothing to change that?
 
so if i have a newer version of an html and css the user might get the older version in is cache and there is nothing to change that?

By default, files have no cache. Unless you set a cache for your HTML or files, it will always deliver the most update version for your users. But some browsers tend to store a version of the page to load faster the second time a user visit it. But it's really rare, I wouldn't worry about it.
 
Status
Not open for further replies.
Back
Top