8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c14289d + e6f50fd commit d75d7f4Copy full SHA for d75d7f4
reference/configuration/framework.rst
@@ -27,6 +27,7 @@ Configuration
27
* enabled
28
* field_name
29
* `session`_
30
+ * `name`_
31
* `lifetime`_
32
* `templating`_
33
* `assets_base_urls`_
@@ -147,6 +148,14 @@ csrf_protection
147
148
session
149
~~~~~~~
150
151
+name
152
+....
153
+
154
+**type**: ``string`` **default**: ``null``
155
156
+This specifies the name of the session cookie. By default it will use the cookie
157
+name which is defined in the ``php.ini`` with the ``session.name`` directive.
158
159
lifetime
160
........
161
0 commit comments