share(function (Application $app) { return new SessionHandlerFactory($app['cache.connection-factory'], $app['root.path']); }); } /** * {@inheritdoc} */ public function boot(Application $app) { } }