Forums.ATC.no
Teknisk => Generelt teknisk => Emne startet av: ATC på 27. ſeptember 2008, 18:24 pm
-
Web pages won't refresh or update.
Web pages keeps caching to client.
How do we fix that?
With a baseball bat?
-
It's easier to use META tags:
Refresh:
<META http-equiv="refresh" content="3,http://www.domain.com/page.html">
(ref: www.w3.org)
No-cache:
<META http-equiv="pragma" content="no-cache">
(ref: www.w3.org)