X-Git-Url: http://www.aleph1.co.uk/gitweb/?a=blobdiff_plain;ds=sidebyside;f=vendor%2Fsymfony%2Fhttp-foundation%2FSession%2FStorage%2FPhpBridgeSessionStorage.php;fp=vendor%2Fsymfony%2Fhttp-foundation%2FSession%2FStorage%2FPhpBridgeSessionStorage.php;h=6f02a7fd73d23cd407dc62120c26cdd40db8801d;hb=9917807b03b64faf00f6a1f29dcb6eafc454efa5;hp=ced706f72c85bf78793e54271adbe43cfa845010;hpb=aea91e65e895364e460983b890e295aa5d5540a5;p=yaffs-website diff --git a/vendor/symfony/http-foundation/Session/Storage/PhpBridgeSessionStorage.php b/vendor/symfony/http-foundation/Session/Storage/PhpBridgeSessionStorage.php index ced706f72..6f02a7fd7 100644 --- a/vendor/symfony/http-foundation/Session/Storage/PhpBridgeSessionStorage.php +++ b/vendor/symfony/http-foundation/Session/Storage/PhpBridgeSessionStorage.php @@ -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; }