Today in 5-character bugfixes that took me literally a week:
diff --git a/php/session.ini b/php/session.ini
index aaaaaaaa..bbbbbbbb 100644
--- a/php/session.ini
+++ b/php/session.ini
-session.cookie_samesite="Strict"
+session.cookie_samesite="Lax"
@ellotheth cookie-related issues are some of the worst to troubleshoot
@zalasur Not least because it's never immediately obvious that the cookie is the problem 🤦♀️
@ellotheth the samesite browser behavior change was such a shitshow.
I feel like my head has been released from a vise I didn't know was there.