Hi @mullibahr,
The plugin is to force the same-saite flag on session cookies. PHP natively supports this feature after PHP 7.3, but does not enable it by default. This plugin enables same-site flag on session cookies in all PHP versions. For PHP versions older than 7.3, it comes with a compatibility layer, but still enables it on all PHP versions.
Is the following configuration needed?
If you use LAX, you don’t have to set it because LAX is the default configuration from the plugin too. It doesn’t hurt to explicitly declare it though.
Thanks for your quick reply.
As I understand, for updated WordPress site with PHP 7.4 and 8 soon,
the plugin is not needed, since it deals with earlier PHP versions.
Thanks again for clarifying this issue and providing a nice solution!