Merge pull request #935 from markhildreth/doc-fix
Fixed incorrect grammar in Config.rst
This commit is contained in:
commit
1bddb30e4a
1 changed files with 1 additions and 1 deletions
|
|
@ -89,7 +89,7 @@ The following configuration values are used internally by Flask:
|
||||||
Starting with Flask 0.8 this can also be
|
Starting with Flask 0.8 this can also be
|
||||||
an integer representing seconds.
|
an integer representing seconds.
|
||||||
``SESSION_REFRESH_EACH_REQUEST`` this flag controls how permanent
|
``SESSION_REFRESH_EACH_REQUEST`` this flag controls how permanent
|
||||||
sessions are refresh. If set to `True`
|
sessions are refreshed. If set to `True`
|
||||||
(which is the default) then the cookie
|
(which is the default) then the cookie
|
||||||
is refreshed each request which
|
is refreshed each request which
|
||||||
automatically bumps the lifetime. If
|
automatically bumps the lifetime. If
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue