Typo in docs
This commit is contained in:
parent
048b3008ba
commit
007a814a5a
1 changed files with 1 additions and 1 deletions
|
|
@ -189,7 +189,7 @@ To access the current session you can use the :class:`session` object:
|
||||||
|
|
||||||
.. attribute:: permanent
|
.. attribute:: permanent
|
||||||
|
|
||||||
If set to `True` the session life for
|
If set to `True` the session lives for
|
||||||
:attr:`~flask.Flask.permanent_session_lifetime` seconds. The
|
:attr:`~flask.Flask.permanent_session_lifetime` seconds. The
|
||||||
default is 31 days. If set to `False` (which is the default) the
|
default is 31 days. If set to `False` (which is the default) the
|
||||||
session will be deleted when the user closes the browser.
|
session will be deleted when the user closes the browser.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue