Skip to content

Update MDVA-12304_2.2.5.patch #132

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions patches/os/MDVA-12304_2.2.5.patch
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
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
@@ -29,7 +29,7 @@ class PhpCookieManager implements CookieManagerInterface
* 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;