Hi,
ok, it does work like this:
==========================================================================
class Module implements
BootstrapListenerInterface,
ConfigProviderInterface,
AutoloaderProviderInterface
{
public function onBootstrap(EventInterface $e)
{
// configure session
$e->getApplication()->getServiceManager()->get('Zend\Session\Config\ConfigInterface');
}
}
==========================================================================
But still I would expect that I don't need this step to get it run.
Comments?
Regards,
Ralf
--
List: [email protected]
Info: http://framework.zend.com/archives
Unsubscribe: [email protected]