Prevent a page from being cache'd by the users browser

The meta tags below will force the browser to not cache the page and always reload from server. This is very helpful for pages with embedded views when the content is changing during the users session.
HTML


<meta http-equiv="expires" content="0">
<meta http-equiv="pragma" content="no-cache">

Posted by fbrefere001 on Thursday February 12, 2004