Preventing Browser Cache
Posted Friday, February 6, 2004
When visiting a web site, your browser will cache or make a copy of the web site for faster viewing your next visit. This will prevent visitors from seeing new content unless they manually reload their browser.
To prevent this problem, add the following code between your <HEAD> and </HEAD> tags.
<META http-equiv="Pragma" content="no-cache">