Disable local storage of data on my site

1

I have a site where I have a user base where the software is updated daily. When the software updates the site also updates.

However, because browsers store data many times the updated site does not update, so the problem occurs where the link is outdated.

I've tried using window.localStorage

window.localStorage = false;
delete window.localStorage;

Any suggestions?

Edit 1: an interesting thing is. in the part where a is not used the ajax.load when I reload the page with ctrl shift r it updates, but the parts where ajax.load has not ...

    
asked by anonymous 01.02.2018 / 03:28

0 answers