Veriteworks / CookieFix

Fix Magento2.2/2.3/2.4 Cookie SameSite attribute
Academic Free License v3.0
65 stars 35 forks source link

Magento 2.3.2, php 7.1, magento messages won't disappear #16

Open lima195 opened 3 years ago

lima195 commented 3 years ago

Firstly, thanks for you fix, helps a lot! Before that, this iframe store was not keeping sessions alive.

But, seems like the cache is not working well, wishlist and login page is getting infinity looping and magento messages won't disappear because mage-messages cookie is not emptying value after displayed.

I'm using https, magento 2.3.2, php fpm 7.1.

WhatsApp Image 2020-10-14 at 18 26 36

HirokazuNishi commented 3 years ago

Which version did you use? I haven't seen similar case.

lima195 commented 3 years ago

I'm using the lastest version of cookiefix module.

lima195 commented 3 years ago

Is posssible to apply this fix to frontend generated cookies?

HirokazuNishi commented 3 years ago

I think, JS generated Cookies cannot handle from PHP side. PHPSESSID and some server-side generated cookies sometimes have to set "SameSite=None" for post back request from other website like 3DS.