diff --git a/lib/internal/Magento/Framework/Session/Config.php b/lib/internal/Magento/Framework/Session/Config.php index 26ae1635f18f196ed9d09dd87d1ae961d895388a..73a5eb26df433a016e9aa25ea3c9537c19673c4d 100644 --- a/lib/internal/Magento/Framework/Session/Config.php +++ b/lib/internal/Magento/Framework/Session/Config.php @@ -133,6 +133,14 @@ class Config implements ConfigInterface if ($savePath) { $this->setSavePath($savePath); } + /** + * Session save handler - memcache,files,etc + */ + $saveHandler=$deploymentConfig->get(self::PARAM_SESSION_SAVE_METHOD); + if ($saveHandler) { + $this->setOption('session.save_handler', $saveHandler); + } + /** * Session cache limiter