Skip to content

Fix Magento2.2/2.3/2.4 Cookie SameSite attribute

License

AFL-3.0, OSL-3.0 licenses found

Licenses found

AFL-3.0
LICENSE_AFL.txt
OSL-3.0
LICENSE_OSL.txt
Notifications You must be signed in to change notification settings

chefworks/CookieFix

 
 

Repository files navigation

Extension for Cookie SameSite attribute

This extension is adjusting Cookie SameSite attribute issue since Chrome 80.

NOTICE: this extension is experimental.

Features

Add SameSite attribute into Magento session cookie. For 3DS payment, payment gateways tend to send request via POST to Magento based website. However without SameSite=None for session cookie, Magento cannot continue any PHP session state. This extension set SameSite=None and make customers place order via 3DS payment or other ID integrations.

How to install

  • composer require veriteworks/cookiefix
  • bin/magento module:enable Veriteworks_CookieFix
  • bin/magento setup:upgrade

Support

If you have any issues about this extension, open an issue on Github. Technical support question is same.

Contribution

Any contributions are highly appreciated. Please send me a pull request.

License

Open Software License 3.0

Copyright

(c) 2020 Veriteworks Inc.

About

Fix Magento2.2/2.3/2.4 Cookie SameSite attribute

Resources

License

AFL-3.0, OSL-3.0 licenses found

Licenses found

AFL-3.0
LICENSE_AFL.txt
OSL-3.0
LICENSE_OSL.txt

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 100.0%