Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit fa999f0

Browse filesBrowse files
committed
[session-lifetime] Fix docs of session lifetime to default to 0
1 parent d792c49 commit fa999f0
Copy full SHA for fa999f0

File tree

Expand file treeCollapse file tree

1 file changed

+3
-2
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+3
-2
lines changed

‎reference/configuration/framework.rst

Copy file name to clipboardExpand all lines: reference/configuration/framework.rst
+3-2Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.