Skip to content

Commit 5130a5e

Browse files
committed
MAGETWO-32380: Customer is logged out after clicking two links in mini shopping cart menu
1 parent 5c82f8c commit 5130a5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/internal/Magento/Framework/Session/SessionManager.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -470,7 +470,7 @@ public function regenerateId()
470470
return $this;
471471
}
472472
if ($this->isSessionExists()) {
473-
session_regenerate_id(true);
473+
session_regenerate_id(false);
474474
} else {
475475
session_start();
476476
}

0 commit comments

Comments
 (0)