ID: 10472 Updated by: sbergmann Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Feedback Bug Type: *Session related Operating system: PHP Version: 4.0.3pl1 Assigned To: Comments: Could you please give some feedback if this problem persists with a recent version (CVS, snapshot, 4.0.5 release) of PHP? Thanks! Previous Comments: --------------------------------------------------------------------------- [2001-04-24 07:16:21] [EMAIL PROTECTED] In php 4.0.3pl1, with session IE doesn't parse html header. only not using php, you can see IE page infomation. just connect www.php3.com with IE, and done browing, mouse right click and press p, then, you can see protocol, url, size, modified-date, etc. but if you connect any site using php session, you can't see any informatio of those. -- follow header is sample which is not using session HTTP/1.1 200 OK Date: Tue, 24 Apr 2001 10:33:33 GMT Server: Apache/1.3.14 (Unix) PHP/4.0.3pl1 mod_ssl/2.7.1 OpenSSL/0.9.6 X-Powered-By: PHP/4.0.3pl1 Connection: close Content-Type: text/html -- follow header is sample which is using session HTTP/1.1 200 OK Date: Tue, 24 Apr 2001 10:34:21 GMT Server: Apache/1.3.14 (Unix) PHP/4.0.3pl1 mod_ssl/2.7.1 OpenSSL/0.9.6 X-Powered-By: PHP/4.0.3pl1 Set-Cookie: IMID=407f81eb11d4a059c7bff457ecf87c05; path=/; domain=.yourdomain.com Expires: Thu, 19 Nov 1981 08:52:00 GMT Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0 Pragma: no-cache Connection: close Content-Type: text/html ---------------------------------- so i wondering what cause the different of header parsing with IE. and, I would like to know how to solve this problem in useing IE with php session. why --------------------------------------------------------------------------- ATTENTION! Do NOT reply to this email! To reply, use the web interface found at http://bugs.php.net/?id=10472&edit=2 -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]