Methods

Create session configuration object

createService(\Zend\ServiceManager\ServiceLocatorInterface $services) : \Zend\Session\Config\ConfigInterface

Uses "session_config" section of configuration to seed a ConfigInterface instance. By default, Zend\Session\Config\SessionConfig will be used, but you may also specify a specific implementation variant using the "config_class" subkey.

Parameters

Exceptions

\Zend\ServiceManager\Exception\ServiceNotCreatedException if session_config is missing, or an invalid config_class is used

Returns