Try:
<!--- Sets the document to expire now. Should clear out the cached version
and force a reload --->
<cfheader name="Expires" value="Now()">
<!--- On HTTP version 1.0 servers, stops the browser and/or proxy from
caching the document. Does not work on 1.1 servers --->
<cfheader name="Pragma" value="no-cache">
<!--- On HTTP version 1.1 servers, stops the browser and/or proxy from
caching the document. Also forces form elements to be re-examined. --->
<cfheader name="cache-control" value="no-cache, no-store, must-revalidate">
------------------------------------------------------------------------------
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.