Skip to content

Commit fa999f0

Browse files
committed
[session-lifetime] Fix docs of session lifetime to default to 0
1 parent d792c49 commit fa999f0

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

reference/configuration/framework.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,9 +102,10 @@ session
102102
lifetime
103103
........
104104

105-
**type**: ``integer`` **default**: ``86400``
105+
**type**: ``integer`` **default**: ``0``
106106

107-
This determines the lifetime of the session - in seconds.
107+
This determines the lifetime of the session - in seconds. By default it will use
108+
``0``, which means the cookie is valid for the length of the browser session.
108109

109110
templating
110111
~~~~~~~~~~

0 commit comments

Comments
 (0)