You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* 4.4:
[HttpFoundation][FrameworkBundle] allow configuring the session handler with a DSN
[Validator] Add AutoMapping constraint to enable or disable auto-validation
[DI] Fix "!tagged" related upgrade/changelog notes
if ($this->isConfigEnabled($container, $config['session'])) {
252
255
if (!\extension_loaded('session')) {
253
256
thrownewLogicException('Session support cannot be enabled as the session extension is not installed. See https://php.net/session.installation for instructions.');
@@ -328,7 +331,6 @@ public function load(array $configs, ContainerBuilder $container)
0 commit comments