HTML question

eramgarden

Well-known member
Joined
Mar 8, 2004
Messages
579
we have an HTML page with this on the top of the page
Code:
<meta HTTP-EQUIV="Pragma" CONTENT="no-cache">
<meta HTTP-EQUIV="Expires" CONTENT="-1">

But it still caches the page from time to time and users have to "delete files".

Any ideas what were missing?
 
Back
Top