Security update for Core, with self-updated composer
[yaffs-website] / vendor / symfony / http-foundation / Session / Storage / PhpBridgeSessionStorage.php
index ced706f72c85bf78793e54271adbe43cfa845010..6f02a7fd73d23cd407dc62120c26cdd40db8801d 100644 (file)
@@ -43,10 +43,6 @@ class PhpBridgeSessionStorage extends NativeSessionStorage
         }
 
         $this->loadSession();
-        if (!$this->saveHandler->isWrapper() && !$this->saveHandler->isSessionHandlerInterface()) {
-            // This condition matches only PHP 5.3 + internal save handlers
-            $this->saveHandler->setActive(true);
-        }
 
         return true;
     }