- Jun 10, 2004
- 14,600
- 6,084
- 136
So...
Let's say I update a page frequently. But a lot of users have caching enabled and do not check for the latest version of a page (sigh)
Should I resort to *cringes*:
<meta http-equiv="pragma" content="no-cache">
<meta http-equiv="cache-control" content="no-store">
Disable caching of the page...
OR
<META http-equiv="EXPIRES" CONTENT="TUES, 1 JAN 2000 12:00:00 GMT">
Trick the cache into always loading the latest...
OR
???
What's the best method for this?
Let's say I update a page frequently. But a lot of users have caching enabled and do not check for the latest version of a page (sigh)
Should I resort to *cringes*:
<meta http-equiv="pragma" content="no-cache">
<meta http-equiv="cache-control" content="no-store">
Disable caching of the page...
OR
<META http-equiv="EXPIRES" CONTENT="TUES, 1 JAN 2000 12:00:00 GMT">
Trick the cache into always loading the latest...
OR
???
What's the best method for this?