#28534

Try to add the following code:

[language=java:3t1sjbvm]response.setHeader(“Pragma”, “cache”);
response.setHeader(“Expires”, “0”);
response.setHeader(“Cache-control”, “private”);[/language:3t1sjbvm]

Does it change anything?