Reply to Re: session_start causes Apache to crash (Win32, PHP 5.1.1)
Posted by joe on 12/20/05 23:41
if you're using cookie based sessions, session_start() must be called
before any data is sent to the browser....but in testing on a similar
setup (win2003/php 5.0.5/apache 2.0.55) I could not crash apache by
breaking that rule. your apache error logs might provide some help...