Is there anyway to force the pdf content to not cache in the web browser?? I am using form server to render my pdf document (using SOAP) and the data that I previously entered is cached. Not only is this annoying for testing purposes, but I do not want this to be an issue for my users since supervisor's will most likely be reviewing many forms from different people. Is this something I can set on the form server or within designer?
I am wondering if this is some of the issues I am running into with testing. I am using servlets and my code is with doget, so I can refresh the browser easily, but it is annoying and the refresh doesn't work 100% of the time. I've even tried deleted all my internet files and the content is still cached! But I cannot rely on the browser settings anyway since my users are coming from all over.
Thanks,
Jennifer