Browse Source

sessions documentation (client side vs server side) #434 (#1888)

Mention the existence of Flask extentions that handle server-side
sessions.
Attempt to improve the reading flow.
pull/2001/head
dawran6 9 years ago committed by Markus Unterwaditzer
parent
commit
3d856e03fc
  1. 3
      docs/quickstart.rst

3
docs/quickstart.rst

@ -817,6 +817,9 @@ values do not persist across requests, cookies are indeed enabled, and you are
not getting a clear error message, check the size of the cookie in your page not getting a clear error message, check the size of the cookie in your page
responses compared to the size supported by web browsers. responses compared to the size supported by web browsers.
Besides the default client-side based sessions, if you want to handle
sessions on the server-side instead, there are several
Flask extensions that support this.
Message Flashing Message Flashing
---------------- ----------------

Loading…
Cancel
Save