Use the readSessions() property on read too.
Compare changes
Conflict: This file was modified in both the source and target branches.
Ask someone with write access to resolve it.
@@ -25,7 +25,7 @@ class WriteSafeSessionHandler implements \SessionHandlerInterface, WriteSafeSess
@@ -25,7 +25,7 @@ class WriteSafeSessionHandler implements \SessionHandlerInterface, WriteSafeSess
@@ -45,6 +45,7 @@ public function __construct(\SessionHandlerInterface $wrapped_session_handler, $
@@ -45,6 +45,7 @@ public function __construct(\SessionHandlerInterface $wrapped_session_handler, $
@@ -53,6 +54,7 @@ public function close() {
@@ -53,6 +54,7 @@ public function close() {
@@ -77,6 +79,9 @@ public function open($save_path, $session_id) {
@@ -77,6 +79,9 @@ public function open($save_path, $session_id) {
@@ -92,6 +97,7 @@ public function write($session_id, $session_data) {
@@ -92,6 +97,7 @@ public function write($session_id, $session_data) {