⭐ Alex ⭐
Well-known member
I've put
Then I tried accessing my forum from a link on social media.
I also tried registering using a social media account and logging in.
Everything seems to work flawlessly and I'm still logged in even though technically in Strict mode, cookies aren't sent with the initial request to the forum from other websites unlike Lax. Im assuming XenForo uses javascript and AJAX to do authentication after the page has partially loaded, so that even if cookies don't send on the first request, I'm still logged in anyways.
So, is there still a reason to use
Edit: Firefox 119.0 is weird and works with cookies SameSite set to Strict.
$config['cookie']['samesite'] = 'Strict';
into my config.php, deleted my cookies and verified their SameSite attribute are set to Strict.Then I tried accessing my forum from a link on social media.
I also tried registering using a social media account and logging in.
Everything seems to work flawlessly and I'm still logged in even though technically in Strict mode, cookies aren't sent with the initial request to the forum from other websites unlike Lax. Im assuming XenForo uses javascript and AJAX to do authentication after the page has partially loaded, so that even if cookies don't send on the first request, I'm still logged in anyways.
So, is there still a reason to use
SameSite: None
or have all browser bugs and other issues been fixed by now?Edit: Firefox 119.0 is weird and works with cookies SameSite set to Strict.
Last edited: