ID: 17070 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Open +Status: Closed Bug Type: Session related Operating System: all PHP Version: 4.0CVS-2002-05-07 New Comment:
Thanks for your effort. You can reach the same goal by setting session.cache_limiter to the empty string "". Previous Comments: ------------------------------------------------------------------------ [2002-05-07 06:37:28] [EMAIL PROTECTED] Hi I reported this problem a few weeks ago (see http://marc.theaimsgroup.com/?l=php-dev&m=101664289707152&w=2) and i still here other people complaining about this. Therefore i think, the patch would be a relief for a lot of people :) the patch (which is certainly not perfect) adds a new ini-directive ( ini_set('session.send_cache_headers', 0);), which prevents PHP from sending some "Pragma" and "Cache" headers. Without these headers, MSIE displays dynamically generated PDFs just well. The patch can be found at http://trash.chregu.tv/session.diff. It is against CVS-HEAD, but works with php 4.2 as well BTW, MS reports this as an MSIE problem under Q231296 in their support database. chregu ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=17070&edit=1
