HTML to PDF / DOCX / RTF Java converter library › Forums › PD4ML v3 Archived Forums (Read Only) › Troubleshooting › Error HTTPS on MS Internet Explorer 7 › Re: Re: Error HTTPS on MS Internet Explorer 7
May 6, 2011 at 11:39
#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?