session_start() Hangs The Server
        Posted  
        
            by Narcissus
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Narcissus
        
        
        
        Published on 2010-04-21T00:36:13Z
        Indexed on 
            2010/04/21
            0:43 UTC
        
        
        Read the original article
        Hit count: 280
        
Totally confused by this one...
We have a WAMPServer installation set up, running a number of virtual hosts from various document roots.
Just recently, one particular domain has started hanging the server. We traced it down to session_start(). If we comment it out, there are no problems (except, of course, for the fact that we can't do anything with the session). With it uncommented, it will hang the page load and, with enough reloads, will hang the entire server.
All of the other sites still work perfectly with their sessions. As far as I know, there is nothing different with the way sessions are being worked with. I am looking further into it (in case someone changed something) but right now I'm hoping for some direction :)
So, any thoughts?
© Stack Overflow or respective owner