Skip to content

Commit f1a9d44

Browse files
committed
minor #6046 Update framework.rst (typo in sesssion) (patrick-mota)
This PR was submitted for the 3.0 branch but it was merged into the 2.3 branch instead (closes #6046). Discussion ---------- Update framework.rst (typo in sesssion) | Q | A | ------------- | --- | Doc fix? | yes | New docs? | no | Applies to | all | Fixed tickets | no ticket open Commits ------- 7ea3a62 Update framework.rst (typo in sesssion)
2 parents 3039806 + 7ea3a62 commit f1a9d44

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)