Skip to content

Commit 7ea3a62

Browse files
patrick-motawouterj
authored andcommitted
Update framework.rst (typo in sesssion)
Typo in sesssion.cookie_lifetime instead of session.cookie_lifetime
1 parent 3039806 commit 7ea3a62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reference/configuration/framework.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -733,7 +733,7 @@ cookie_lifetime
733733
**type**: ``integer`` **default**: ``null``
734734

735735
This determines the lifetime of the session - in seconds. The default value
736-
- ``null`` - means that the ``sesssion.cookie_lifetime`` value from ``php.ini``
736+
- ``null`` - means that the ``session.cookie_lifetime`` value from ``php.ini``
737737
will be used. Setting this value to ``0`` means the cookie is valid for
738738
the length of the browser session.
739739

0 commit comments

Comments
 (0)