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.
1 parent eee587b commit 3828ac5Copy full SHA for 3828ac5
lib/internal/Magento/Framework/Session/SessionManager.php
@@ -192,7 +192,6 @@ public function start()
192
if (isset($_SESSION['destroyed'])) {
193
if ($_SESSION['destroyed'] < time() - 300) {
194
$this->destroy(['clear_storage' => true]);
195
-
196
}
197
198
$this->validator->validate($this);
0 commit comments