[EMAIL PROTECTED] wrote:
Does anyone know, how to tell Firefox not to cache pages...I have implemented a Chart via Jenia and the problem is that, when the page is display, the chart from the previous request is shown, until I press F5
We use
response.setHeader("Cache-Control", "no-store");
response.setHeader("Pragma", "no-cache");
And this works.
---
Mario

