Veriteworks / CookieFix

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

Samesite cookie stuck on Lax #27

Open ocadmin81 opened 3 years ago

ocadmin81 commented 3 years ago

Hello

We are using 2.4.1 After installing the module and set the cookie as "None" It's still "Lax" Please see image attached. The site is in sub domain.

We have another site 2.4.1 with no issues.

Thank you, Eran cookie

KostaStolbunsky commented 3 years ago

@ocadmin81 the module supports by default the keys defined in _affectedkeys array <affected_keys>PHPSESSID,form_key,private_content_version,X-Magento-Vary</affected_keys>

as I can see on you screenshot, your host uses nonstandard cookie name DnsHostSESSID

You can add your cookie name to the _affectedkeys in etc/config.xml file