You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 8, 2020. It is now read-only.
To work around this issue without making any other changes, you currently have to put the following someone in your App's bootstrap process;
$sessionStorage = new \Zend\Session\Storage\SessionStorage();
$sessionManager = new \Zend\Session\SessionManager();
$sessionManager->setStorage($sessionStorage);
\Zend\Session\Container::setDefaultManager($sessionManager);
I have been unable to find the exact cause and long term solution.
The text was updated successfully, but these errors were encountered:
To work around this issue without making any other changes, you currently have to put the following someone in your App's bootstrap process;
I have been unable to find the exact cause and long term solution.
The text was updated successfully, but these errors were encountered: