papaface Posted December 13, 2009 Share Posted December 13, 2009 Hey, Please can someone help me with this. I have a page that refuses to load when I have session_start(); in the code. This is the top of the page: <?php session_start(); error_reporting(1); error_reporting(E_ALL); ini_set('display_errors', '1'); The page just loads constantly displaying nothing when session_start(); is in there, but when I take it out, its fine. Any ideas as to what is causing this? Link to comment https://forums.phpfreaks.com/topic/184975-cannot-start-session/ Share on other sites More sharing options...
papaface Posted December 13, 2009 Author Share Posted December 13, 2009 OMG as soon as I posted this it started working.... very weird. Thanks anyway! Link to comment https://forums.phpfreaks.com/topic/184975-cannot-start-session/#findComment-976484 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.