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. Quote 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 Quote 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. Quote Link to comment https://forums.phpfreaks.com/topic/218852-frozen-session/#findComment-1135124 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.