Hi,
I am using the following statements so that the Browser does not cache the
JSP pages.
response.setHeader("Cache-Control","no-cache");
response.setHeader("Pragma","no-cache");
In one perticular page I am using <object> tag and including a link to the PDF file with in this tag.
The contents for this PDF file are not being refreshed on each visit. In short the PDF file is stored in temporary internet files.
Any advice would be appreciated on how to prevent the browser from storing the PDF file.
Thanks,
Harini