These are the steps i perform to encounter my problem
PROBLEM: the report is automatically downloaded as a PDF using a window.open() from JavaScript, and as the parameter value is not changed, the report is downloaded as it was before and does not detect the change. So it still displays the old address.
the only Solution is to shut the browser down and then open it back up again but this isn't really a fix, so unless i set every field as a parameter then this will keep happening.
has anyone ever encountered this before or perhaps found a fix? Thankyou for any help you can give me
The issue is caused by Caching.
Essentially all you need to do is add the following to your URL:
rs:ClearSession=true