Fatal error: throw a Zend_Session_Exception with the message Zend_Session :: start ()

This is a screenshot with an error dump: any idea what can be caused of this?

I accidentally get this error when viewing the website that I am developing. Obviously, the session cannot be started, but I do not know how to prevent this error, because it happens by chance (as it seems to me). Any idea how I can prevent this error?

+4
source share
1 answer
Zend_Session::start(array('throw_startup_exceptions' => false)); 
-2
source

Source: https://habr.com/ru/post/1398155/


All Articles