Hi,
I have AJAX-javascript problems (ModalWindow and Datepicker) that might be
linked to the HTTP Headers.
Somehow the Internet Explorer does not execute the Javascript, and I think
this is because he does not save the .js files properly.
I want to force IE by setting the Headers

response.setHeader("Cache-Control","public, must-revalidate");
response.setHeader("Pragma", "");


At the moment the files headers are:
Pragma: no-cache
Cache-Control: no-cache, max-age=0, must-revalidate

Is there a way to do this? Where can I do this?

Thanks!

Best regards
Marcus

Reply via email to