I keep getting an error when trying to access my sessions
PHP Fatal error: Uncaught exception 'Zend_Session_Exception' with message 'Zend_Session::start() - /mnt/projects/.../Symfony/Component/HttpFoundation/Session/Storage/Proxy/SessionHandlerProxy.php(Line:69): Error #2 SessionHandler::read(): Session data file is not created by your uid
The session file exists, is readable and writable by apache, I have no idea what is wrong.
The session config is only:
session:
storage_id: session.storage.native
What's wrong here? I have never experienced it before. The whole SF session abstraction looks over engineered to say the least