Browse Source

fix code block

pull/2442/head
David Lord 7 years ago
parent
commit
1c35b98f0b
No known key found for this signature in database
GPG Key ID: 7A1C87E3F5BC42A8
  1. 2
      docs/security.rst

2
docs/security.rst

@ -217,7 +217,7 @@ For the session cookie, if ``session.permanent`` is set, then
:data:`SESSION_COOKIE_LIFETIME` is used to set the expiration. Flask's default :data:`SESSION_COOKIE_LIFETIME` is used to set the expiration. Flask's default
cookie implementation validates that the cryptographic signature is not older cookie implementation validates that the cryptographic signature is not older
than this value. Lowering this value may help mitigate replay attacks, where than this value. Lowering this value may help mitigate replay attacks, where
intercepted cookies can be sent at a later time. intercepted cookies can be sent at a later time. ::
app.config.update( app.config.update(
PERMANENT_SESSION_LIFETIME=600 PERMANENT_SESSION_LIFETIME=600

Loading…
Cancel
Save