Cache
When implementing dynamic content such as owner list etc. on any website, it is important to remember client-side caching and that many browsers have an aggressive default cache policy. Any page that renders dynamic content should therefore ensure that the clients browser does not cache the page.
Last updated
Was this helpful?