Don't set cookies or cookie options when running in CLI. (#1279)
Otherwise Zend\Session\Config\SessionConfig::setStorageOption() throws an exception when it tries to call ini_set with session-specific settings. This would have happened at least when creating a \Zend\Session\Container.
Please register or sign in to comment