diff --git a/docs/simplesamlphp-nostate.md b/docs/simplesamlphp-nostate.md
index c29a068760487a6e7ec2e5fd0588b90e95cf8e9f..05d22776b7250c65d0cdd9f019316d3ccb77f33c 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