I call session_start() the script hangs and nothing happens

Posted by shovon on Stack Overflow See other posts from Stack Overflow or by shovon
Published on 2010-05-25T06:53:49Z Indexed on 2010/05/25 7:01 UTC
Read the original article Hit count: 137

Filed under:
|

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.

© Stack Overflow or respective owner

Related posts about php

Related posts about session