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 2ade35f + ca917c5 commit 8a93263Copy full SHA for 8a93263
1 file changed
lib/private/Session/CryptoSessionData.php
@@ -87,6 +87,7 @@ protected function initializeSession() {
87
);
88
} catch (\Exception $e) {
89
$this->sessionValues = [];
90
+ $this->regenerateId(true, false);
91
}
92
93
0 commit comments