Preventing Browser Caching

When visiting a web site, your browser will cache or make a copy of the web site for faster viewing on 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">