|
Posted by Gufo Rosso on 12/10/06 03:54
"comp.lang.php" <phillip.s.powell@gmail.com> ha scritto nel messaggio
news:1165596014.394396.62330@f1g2000cwa.googlegroups.com...
> I am using session_start() on index.php and for some reason sometimes
> it'll fail. No warnings, no errors, no notices, not even after
> prepending error_reporting(E_ALL) and ini_set('display_errors', TRUE)
> before session_start() do I see anything, it just plain dies.
>
> I used LiveHTTPHeaders to verify that I am getting a 200 OK response,
> thus everything seems OK except that it's dying on session_start().
>
> Sometimes.
<?php
session_start();
include("other_file.php");
echo "......etc
this code is good
<?php
include("session_start.php");
this code is NOT found correctly
Navigation:
[Reply to this message]
|