diff --git a/app/code/Magento/Backend/Model/Auth/Session.php b/app/code/Magento/Backend/Model/Auth/Session.php index 8996c26f3c914..32319c9ef17ad 100644 --- a/app/code/Magento/Backend/Model/Auth/Session.php +++ b/app/code/Magento/Backend/Model/Auth/Session.php @@ -236,7 +236,7 @@ public function setIsFirstPageAfterLogin($value) public function processLogin() { if ($this->getUser()) { - $this->regenerateId(); + $this->regenerateId(false); if ($this->_backendUrl->useSecretKey()) { $this->_backendUrl->renewSecretUrls();