From e80c46e2291882a5c4b31c22f09031b382266027 Mon Sep 17 00:00:00 2001 From: Jake Brinkmann Date: Wed, 12 Feb 2025 13:53:01 -0600 Subject: [PATCH] Update MDVA-12304_2.2.5.patch Updates for magento/product-community-edition@2.4.6-p9 --- patches/os/MDVA-12304_2.2.5.patch | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/patches/os/MDVA-12304_2.2.5.patch b/patches/os/MDVA-12304_2.2.5.patch index 53daa368..da26967f 100644 --- a/patches/os/MDVA-12304_2.2.5.patch +++ b/patches/os/MDVA-12304_2.2.5.patch @@ -1,4 +1,4 @@ -diff -Nuar a/vendor/magento/framework/Stdlib/Cookie/PhpCookieManager.php b/vendor/magento/framework/Stdlib/Cookie/PhpCookieManager.php +diff --git a/vendor/magento/framework/Stdlib/Cookie/PhpCookieManager.php b/vendor/magento/framework/Stdlib/Cookie/PhpCookieManager.php index 1f454518e43..b3dcc784917 100644 --- a/vendor/magento/framework/Stdlib/Cookie/PhpCookieManager.php +++ b/vendor/magento/framework/Stdlib/Cookie/PhpCookieManager.php @@ -6,8 +6,8 @@ index 1f454518e43..b3dcc784917 100644 * RFC 2109 - Page 15 * http://www.ietf.org/rfc/rfc6265.txt */ -- const MAX_NUM_COOKIES = 50; -+ const MAX_NUM_COOKIES = 200; - const MAX_COOKIE_SIZE = 4096; - const EXPIRE_NOW_TIME = 1; - const EXPIRE_AT_END_OF_SESSION_TIME = 0; +- 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;