The http response headers from your server tells the browser to cache the page for 3 days. Either reduce this 3 days value or add ‘nocache’ in the Cache-Control header to tell the browser to validate the cache with a request every time the page is loaded.