We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3e9d17 commit 39a65e1Copy full SHA for 39a65e1
reference/configuration/framework.rst
@@ -169,10 +169,12 @@ name which is defined in the ``php.ini`` with the ``session.name`` directive.
169
cookie_lifetime
170
...............
171
172
-**type**: ``integer`` **default**: ``0``
+**type**: ``integer`` **default**: ``null``
173
174
-This determines the lifetime of the session - in seconds. By default it will use
175
-``0``, which means the cookie is valid for the length of the browser session.
+This determines the lifetime of the session - in seconds. It will use ``null`` by
+default, which means ``session.cookie_lifetime`` value from ``php.ini`` will be used.
176
+Setting this value to ``0`` means the cookie is valid for the length of the browser
177
+session.
178
179
cookie_path
180
...........
0 commit comments