Kuba
Results
1
comments of
Kuba
Looks like adding an extra middleware (that sets a new cookie file) to the container: SessionRefreshLifetimeMiddleware::class => function (ContainerInterface $container) { $settings = $container->get('settings'); return new SessionRefreshLifetimeMiddleware($container->get(SessionInterface::class), $settings); }, adding...