Archive for June 9th, 2008

09
th June, 2008

Flash, SSL, no-cache, IE6

Slipped under Flash

2032 Error. There appears to still be problems with Flash AS3 (Flash Player 9 rev 124) and IE6 with SSL and no-cache..

I couldn’t find where it was sending these headers… so the fix was rather than removing these headers, I overwrite them with:

header(”Cache-Control: cache, must-revalidate”);
header(”Pragma: public”);