diff --git a/libraries/src/Service/Provider/Session.php b/libraries/src/Service/Provider/Session.php index 82b06a67008f3..6aafd434ebcb3 100644 --- a/libraries/src/Service/Provider/Session.php +++ b/libraries/src/Service/Provider/Session.php @@ -87,7 +87,7 @@ function (Container $container) } return $this->buildSession( - new JoomlaStorage($app->input, $handler), + new JoomlaStorage($app->input, $handler, $options), $app, $container->get(DispatcherInterface::class), $options @@ -176,7 +176,7 @@ function (Container $container) } return $this->buildSession( - new JoomlaStorage($app->input, $handler), + new JoomlaStorage($app->input, $handler, $options), $app, $container->get(DispatcherInterface::class), $options