wrote:
> I have tried the following headers:
> response.addheader "Expires","Mon, 26 Jul 1997 05:00:00 GMT"
> response.addheader "Cache-Control","no-store, no-cache,
> must-revalidate"
> response.addheader "Cache-Control","post-check=0, pre-check=0',
> FALSE"
> Response.AddHeader "Pragma", "no-cache"
> Response.CacheControl="no-cache"
> Response.expires=-1
>
> I've tried various combinations of these as well. The way I am
> determining whether or not it is cached is by clearing my cache,
> loading the page, and looking at the cache - the PDF is there in the
> cache still there. I'm not so concerned about the browser showing a
> cached version instead of the latest version, I'm more concerned with
> privacy. These PDF's contain sensitive information. I am worried
> about someone viewing the PDF in their browser, then someone else
> walking up to their computer and getting the PDF from their cache.
How will you prevent the user from hitting the "Save" button on their
browser/reader and saving a local copy of the file?
--
Mike Brind