Skip to content

Commit 1de7a72

Browse files
committed
Merge remote-tracking branch 'origin/AC-13416' into Hammer-Platform-Health-Scope-02Dec24
2 parents cc8f0d6 + c5ffcf0 commit 1de7a72

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

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

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22
/**
3-
* Copyright © Magento, Inc. All rights reserved.
4-
* See COPYING.txt for license details.
3+
* Copyright 2013 Adobe
4+
* All Rights Reserved.
55
*/
66
namespace Magento\Framework\Session;
77

@@ -258,12 +258,8 @@ private function renewCookie($sid)
258258
protected function registerSaveHandler()
259259
{
260260
return session_set_save_handler(
261-
[$this->saveHandler, 'open'],
262-
[$this->saveHandler, 'close'],
263-
[$this->saveHandler, 'read'],
264-
[$this->saveHandler, 'write'],
265-
[$this->saveHandler, 'destroy'],
266-
[$this->saveHandler, 'gc']
261+
$this->saveHandler,
262+
true
267263
);
268264
}
269265

0 commit comments

Comments
 (0)