Issue #2631220: Session fixation for anonymous users - discard invalid session identifiers instead of accepting them
Compare changes
@@ -2,17 +2,18 @@
@@ -30,6 +31,8 @@ class SessionHandler extends AbstractProxy implements \SessionHandlerInterface {
@@ -41,36 +44,41 @@ class SessionHandler extends AbstractProxy implements \SessionHandlerInterface {
@@ -78,11 +86,11 @@ public function write($sid, $value) {
@@ -102,19 +110,17 @@ public function write($sid, $value) {
@@ -131,9 +137,18 @@ public function gc($lifetime) {