This code:
<cfheader name="Cache-Control" value="no-cache">
<cfheader name="Pragma" value="no-cache">
<cfheader name="Expires" value="-1">
will prevent caching of some files on the user's computer. It
essentially prevents caching of .cfm files that can be converted to
html. So far, so good.
Does anyone know how to prevent local copies of
pdf/flashpaper files from being stored on the user's
computer?