From bb5ab5298abf9bcbd92879f563e462c6c1594222 Mon Sep 17 00:00:00 2001 From: Javier Eguiluz Date: Wed, 5 Sep 2018 11:45:42 +0200 Subject: [PATCH] Fixed the default value of cookie_samesite --- reference/configuration/framework.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reference/configuration/framework.rst b/reference/configuration/framework.rst index b98d0e9451f..43d5634a05f 100644 --- a/reference/configuration/framework.rst +++ b/reference/configuration/framework.rst @@ -818,7 +818,7 @@ to the cookie specification. cookie_samesite ............... -**type**: ``string`` or ``null`` **default**: ``'lax'`` +**type**: ``string`` or ``null`` **default**: ``null`` . versionadded:: 4.2 The ``cookie_samesite`` option was introduced in Symfony 4.2.