If a client's browser is set to NOT check for a new/current version of a web-page, can I use CFHEADER to make the client browser NOT use its cached version?
<CFHeader> Allows You To Control The Contents of Specific HTTP Headers.
The Following Example Sets An Expiration Header To Now() In Order To Prevent It From Being Cached: <CFHeader NAME="Expires" VALUE="#Now()#">
There Is Usually No Need To Use <CFHeader> Because ColdFusion Sets The HTTP Headers Automatically To Optimum Values.
note: all the text above is taken from a book called (The ColdFusion Web Application Construction Kit 4.0)
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.