diff --git a/reference/configuration/framework.rst b/reference/configuration/framework.rst index a64cc4f292c..949eb8b1859 100644 --- a/reference/configuration/framework.rst +++ b/reference/configuration/framework.rst @@ -27,6 +27,7 @@ Configuration * enabled * field_name * `session`_ + * `name`_ * `lifetime`_ * `templating`_ * `assets_base_urls`_ @@ -147,6 +148,14 @@ csrf_protection session ~~~~~~~ +name +.... + +**type**: ``string`` **default**: ``null`` + +This specifies the name of the session cookie. By default it will use the cookie +name which is defined in the ``php.ini`` with the ``session.name`` directive. + lifetime ........