Page 1 of 1

Mozilla won't display page if "session_start()" us

Posted: Sun Aug 03, 2003 11:25 am
by MT
Mozilla won't open a page if that page contains the following code

Code: Select all

<?php
session_start();
 ?>
Nevertheless, session ID is created and session cookie is sent. I tested the script on two servers: http://goldhost.ru/ (Linux, Apache(ISAPI)) and http://www.h1.ru (FreeBSD, Apache(CGI)) - no difference. You can see example at http://www.wml.h1.ru/test2.php. In IE the page is displayed correctly, while Mozilla displays nothing.
What's wrong? Is it a bug of Mozilla or is it a bug of Apache or have I made a mistake?

Posted: Sun Aug 03, 2003 2:59 pm
by nielsene
I get a blank page on both IE and Moz. If the above code is your entire page, then there is nothing to display so neither browser will display anything.