Hi 

We had a problem, sending dynamically generated pdf documents to MSIE
5.5, if we used sessions.

It looked like the Cache-Control and Pragma Headers caused the problem,
therefore i created a patch for session.c with a new ini-directive
"session.send_cache_headers". If this is set to false, then this headers
are not sent and MSIE will not crash.

I'm not sure if this is the right way, or if there are better solutions,
or if i did it correctly, but you can find the patch (for HEAD) at
http://trash.chregu.tv/session.diff

As I heard, a lot of people have this problem, maybe this workaround
could be a saver for them :)

chregu

-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to