I call session_start() the script hangs and nothing happens
- by shovon
I am running php5, however as soon as I call session_start() the script
hangs and nothing happens. Is anyone else experiencing this problem, or
am I doing something incorrectly?
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.