Skip to content

Commit

Permalink
minor #6046 Update framework.rst (typo in sesssion) (patrick-mota)
Browse files Browse the repository at this point in the history
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)
  • Loading branch information
wouterj committed Dec 18, 2015
2 parents 3039806 + 7ea3a62 commit f1a9d44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reference/configuration/framework.rst
Original file line number Diff line number Diff line change
Expand Up @@ -733,7 +733,7 @@ cookie_lifetime
**type**: ``integer`` **default**: ``null``

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

Expand Down

0 comments on commit f1a9d44

Please sign in to comment.