C
Cesare Caldieron
Hi all,
i have some problems to prevent page caching in jsp. Usually, i mean
with IE 5.5, i use this code
response.setHeader("Cache-Control","no-cache, no-store");
response.setHeader("Pragma","no-cache");
response.setDateHeader("Expires",-1);
and it works fine. But recently i noted that this doesn't work with IE
6.0 SP1.
Any ideas?
Thanks in advance for your help
cesare
i have some problems to prevent page caching in jsp. Usually, i mean
with IE 5.5, i use this code
response.setHeader("Cache-Control","no-cache, no-store");
response.setHeader("Pragma","no-cache");
response.setDateHeader("Expires",-1);
and it works fine. But recently i noted that this doesn't work with IE
6.0 SP1.
Any ideas?
Thanks in advance for your help
cesare