objnoob Posted November 16, 2010 Share Posted November 16, 2010 I need some help fixen a frozen session. Any page I goto on my server with session_start() doesn't want to load. I've frozen my session and need some help freeing it up. Thanks. Link to comment https://forums.phpfreaks.com/topic/218852-frozen-session/ Share on other sites More sharing options...
ManiacDan Posted November 16, 2010 Share Posted November 16, 2010 Are you absolutely sure it's session_start()? have you commented it out? Does the page load properly without it? If session_start doesn't load, then PHP is probably having trouble accessing the session files. Check PHP.ini to find where they're being stored, and see if there's something wrong with that location. -Dan Link to comment https://forums.phpfreaks.com/topic/218852-frozen-session/#findComment-1135010 Share on other sites More sharing options...
objnoob Posted November 16, 2010 Author Share Posted November 16, 2010 Yes, it was session_start(). I had to wait for the script timeout before I could access session_start() again. Link to comment https://forums.phpfreaks.com/topic/218852-frozen-session/#findComment-1135124 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.