I'm experiencing an odd Sessions error that unfortunately I've been unable to reproduce locally. In my log file I'm getting the following error randomly upon viewing a page which is referring to this file
session_start(): user session functions not defined on line 84 of file /var/www/vhosts/example.com/symphony/lib/core/class.session.php
From what I can see, this Session handler looks fairly standard so I'm confused as to why this is an error?
The live environment is hosted on Rackspace and is two servers behind a load balancer running PHP 5.4.6 (PHP 5.4.6-1ubuntu1.1 (cli) (built: Nov 15 2012 01:18:34)
). From what I know we have two DB servers where one is configured for writes and the other reads (by Rackspace).
My local environment is much simpler, PHP 5.4.10 with a single database, so while I think the environment may be playing a role, I'm very interested into how to fix this issue for the client foremost, but also personally, so the Session class can be made more robust.