On 23 Feb 2005, at 18:26, Aparajita Fishman wrote:

Problem:
----------------------
When opening a PDF over SSL running on IIS 5.1 (Windows XP Professional, W2K Windows 2000, or Windows Server 2003), you may receive the following problem with Internet Explorer.

Sigh...I read things like this and just shake my head in disbelief. I must be missing something...can someone -- anyone -- tell me why on earth you would willingly choose Microsoft products? Are they cheaper? Better? More reliable? Less buggy? Easier to administer? Is there any good reason? Are there no alternatives? I'm just curious.

I make myself the same question, but if the end-user choose those products, we can't do nothing but make our webs IE friendlys ...


:-)



For what I read, I think just removing the Cache-Control: no-cache and Pragma: no-cache should work, but ...
delete response header("Pragma")
delete response header("Cache-Control")


This doesn't work ...

'delete response header' only affects headers you have added with 'set response header'. You need to do this:


set cache control("")

Ok, thanks for the tip !


Regards,


Raimon Fernandez


_______________________________________________ Active4D-dev mailing list [email protected] http://mailman.aparajitaworld.com/mailman/listinfo/active4d-dev Archives: http://mailman.aparajitaworld.com/archive/active4d-dev/

Reply via email to