Closed
Description
The update to 2.4.4-p12 breaks existing patch MDVA-12304_2.2.5.patch
Seems the lines to pathc had move on
This is a refactored version of patch for anyone who needs it.
diff --git a/vendor/magento/framework/Stdlib/Cookie/PhpCookieManager.php b/vendor/magento/framework/Stdlib/Cookie/PhpCookieManager.php
index 2116dcd7..a2bb01f7 100644
--- a/vendor/magento/framework/Stdlib/Cookie/PhpCookieManager.php
+++ b/vendor/magento/framework/Stdlib/Cookie/PhpCookieManager.php
@@ -31,7 +31,7 @@ class PhpCookieManager implements CookieManagerInterface
* RFC 2109 - Page 15
* http://www.ietf.org/rfc/rfc6265.txt
*/
- private const MAX_NUM_COOKIES = 50;
+ private const MAX_NUM_COOKIES = 200;
public const MAX_COOKIE_SIZE = 4096;
private const EXPIRE_NOW_TIME = 1;
private const EXPIRE_AT_END_OF_SESSION_TIME = 0;
Metadata
Metadata
Assignees
Labels
No labels