Tag Archives: reload using javascript

How to Reload a Page Only Once Using Javascript

Here is a small piece of code that allows to reload a page only once. This is necessary to prevent some data being cached and this is the only solution I found good for my needs. Meta tag nocache did not save me, and meta tag refresh does not allow to refresh the page only once. So hereā€¦ Read More »