CentOS PHP Sessions not working even though the PHP Info page says it is
        Posted  
        
            by 
                Blake
            
        on Server Fault
        
        See other posts from Server Fault
        
            or by Blake
        
        
        
        Published on 2012-04-12T04:03:21Z
        Indexed on 
            2012/04/12
            5:33 UTC
        
        
        Read the original article
        Hit count: 302
        
I have PHP installed properly from the Remi repo on CentOS 6 (64 bit).

As shown in the image above, the PHP information page shows sessions as working and installed, yet I get this error:
Fatal error: Call to undefined function session_create() in /var/www/lighttpd/index.php on line 1
I've tried multiple reinstalls, different PHP RPM's, and yet nothing will get sessions going. How can I get PHP sessions working?
© Server Fault or respective owner