eramgarden
Contributor
- Joined
- Mar 8, 2004
- Messages
- 579
we have an HTML page with this on the top of the page
But it still caches the page from time to time and users have to "delete files".
Any ideas what we're missing?
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 we're missing?