itsureboy Posted July 14, 2011 Share Posted July 14, 2011 Hey, I am having a problem with one of my applications... I have a homepage that loads and makes AJAX calls. I have three calls that are in intervals of about 5,7, and 10 seconds (I use setTimeout though).... However, every now and then my script hangs on session_start(); (I know its this because I can load up any other pages that do not contain it)... After that happens I can't open up ANY page with session_start(); ... Until what it seems like the session expires and you have to re-login. Anyone know what can be causing this... I use session_write_close(); to the point where its as fast as it can close it, a reopen it to save anything quickly and reclose. (don't have it open in loops and things like that that may take time).... Any Help? ???? Driving me nuts!! Thanks ahead!! Quote Link to comment https://forums.phpfreaks.com/topic/241946-help-session_start-freezing-up-scripts/ Share on other sites More sharing options...
itsureboy Posted July 14, 2011 Author Share Posted July 14, 2011 Any insight? =\ In a day or two I may be completely bald... Quote Link to comment https://forums.phpfreaks.com/topic/241946-help-session_start-freezing-up-scripts/#findComment-1242576 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.