Skip to content

patch MDVA-12304_2.2.5.patch no longer applied on 2.4.4-p12 #133

Closed
@ProxiBlue

Description

@ProxiBlue

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions