prevent page caching

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,755
Messages
2,569,536
Members
45,013
Latest member
KatriceSwa

Latest Threads

Top