Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
xml
xml
titlefarcryConstructor.cfm
<cfset this.defaultProxyCacheTimeout = 0 />
Tip

As well as the typical response headers, META tags and an html comment are added to the page with the response headers. These can help troubleshoot issues with reverse proxies. e.g.:

Code Block
xml
xml
<META HTTP-EQUIV="Cache-Control" CONTENT="max-age=120,s-maxage=120" /><!-- Page cached until: Mon, 28 Feb 2011 10:40:58 GMT+11 (120 seconds) -->

...