Mozilla won't display page if "session_start()" us
Posted: Sun Aug 03, 2003 11:25 am
Mozilla won't open a page if that page contains the following code 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?
Code: Select all
<?php
session_start();
?>What's wrong? Is it a bug of Mozilla or is it a bug of Apache or have I made a mistake?