From 879588a5eebc8c475871547790dfac9750f68bb2 Mon Sep 17 00:00:00 2001
From: Thijs Kinkhorst <thijs@kinkhorst.com>
Date: Wed, 16 Dec 2020 07:17:35 +0000
Subject: [PATCH] Update SameSite docs for dynamic setting of the value.

---
 docs/simplesamlphp-nostate.md | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/docs/simplesamlphp-nostate.md b/docs/simplesamlphp-nostate.md
index c29a06876..05d22776b 100644
--- a/docs/simplesamlphp-nostate.md
+++ b/docs/simplesamlphp-nostate.md
@@ -110,7 +110,8 @@ flow. The lack of cookies will cause SimpleSAMLphp's session to be lost when rec
 assertion via the HTTP-POST binding.
 
 To resolve this, you can set the `session.cookie.samesite` attribute in `config.php`
-to `None`.
+to `None`. Starting with SimpleSAMLphp 1.19, the config template contains a way to
+set this dynamically based on the user's browser support for this attribute.
 
 ### A generic problem saving sessions
 
-- 
GitLab