We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3dc7d0f + fe0dbe7 commit 16f4d71Copy full SHA for 16f4d71
lib/private/Session/CryptoSessionData.php
@@ -75,7 +75,7 @@ public function __destruct() {
75
}
76
77
protected function initializeSession() {
78
- $encryptedSessionData = $this->session->get(self::encryptedSessionName);
+ $encryptedSessionData = $this->session->get(self::encryptedSessionName) ?: '';
79
try {
80
$this->sessionValues = json_decode(
81
$this->crypto->decrypt($encryptedSessionData, $this->passphrase),
0 commit comments