📊 State of Magento 2025

The Home for Magento 2 Excellence

Quality-tested Magento 2 modules. Explore. Evaluate. Elevate. #magento2

606 Modules
385 Ready
218 Need Help
🏆 Leaderboard
Popular Module Actively Maintained v3.2.1

Extension for Cookie SameSite attribute

veriteworks/cookiefix

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

436,142
Downloads
2x above avg
65
GitHub Stars
Above average
3mo ago
Last Release
18
Open Issues
Build Passing
Ready to install

Build Tests

Composer Install
DI Compile
Templates

Code Quality

Coding Standard
L3 PHPStan

Tested on Magento 2.4.8-p3

Recent Test History

Each release is tested against the latest Magento version at that time.

v3.2.1 on Magento 2.4.8-p3
Dec 16, 2025
v3.2.1 on Magento 2.4.8-p2
Oct 25, 2025
v3.2.0 on Magento 2.4.8-p2
Aug 14, 2025
v3.2.0 on Magento 2.4.8
Jun 14, 2025
v3.1.2 on Magento 2.4.8
May 22, 2025
v3.1.2 on Magento 2.4.7-p4
Feb 15, 2025

+9 older tests

Share This Module's Status

Extension for Cookie SameSite attribute Magento compatibility status badge

README

Loaded from GitHub

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

Configuration

After 3.0.0-beta1, you can change SameSite cookie configuration from admin panel. Go to "Stores > configuration > web" and open cookie section. You can see "SameSite" field. By default, this extension sets SameSite configuration value to limited cookies. If you hope to update the list, please update web/cookie/affected_keys configuration value.

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.

This content is fetched directly from the module's GitHub repository. We are not the authors of this content and take no responsibility for its accuracy, completeness, or any consequences arising from its use.