Adams, Stephen wrote:

> Hi all,
>
> How can I get the latest version of a CF page.  I am opening a page in a
> popup window and I want the latest version, not the one stored in the 
> cache,
> I'm not sure how to do this can anyone give me any pointers.


<CFHEADER NAME="cache-control"
        VALUE="no-cache, no-store, must-revalidate, max-age=0">
<cfheader name="Pragma" value="no-cache">

which sets http headers that tells the browser don't cache the file, or 
when that fails becuase of a brain dead proxy server then add a random 
number or date to the url

z

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.

Reply via email to