PDA

View Full Version : website expire and cache



Thrilla
06-23-2006, 11:18 PM
I got a question about coding html, maybe meta tags too.
Basically I want to disable cache, so everytime someone visits the page he'll have to automatically download newer pic/data/info from the database.
I was going to use meta tags:
<META name="Expires" content="Tue, 01 Jun 1999 19:58:02 GMT">

But is that the best way to go? What are some of the althernatives?
Basically I'm building a review/info site, so suggestions needed.

:toast: