ID: 14552 Updated by: derick Reported By: [EMAIL PROTECTED] Old Status: Open Status: Feedback Bug Type: Session related Operating System: Linux PHP Version: 4.0.6 New Comment:
Can you try it with the latest version, php 4.1.0? Derick Previous Comments: ------------------------------------------------------------------------ [2001-12-16 17:21:19] [EMAIL PROTECTED] Today I received 3 complaints, they all are Mac PowerPC users with Internet Explorer 5.xx... Problem is that they see a blank page after trying to login. First lines of the script starts like this : <? $loginstamp=time(); session_register("user"); session_register("pass"); ***(some more session_register()s here) ?> <HTML><HEAD> *** And goes on like this... I can access with a PC. Seeing that they get a blank page I thought there might be something wrong with headers(Some incompatibility with Mac??). I pasted the headers I received below (headers after logging on with a PC).. I have no idea what the text 180 at the bottom is, page source starts after it. HTTP/1.1 200 OK Date: Sun, 16 Dec 2001 21:32:32 GMT Server: Apache Set-Cookie: Apache=217.31.225.13.3850100853835297; path=/; expires=Sun, 10-Mar-02 21:32:32 GMT 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 Keep-Alive: timeout=15, max=50 Transfer-Encoding: chunked Content-Type: text/html Connection: close 180 <HTML><HEAD> ****and the rest of the HTML code below this line... ------------------------------------------------------------------------ Edit this bug report at http://bugs.php.net/?id=14552&edit=1 -- 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]