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.
This commit is contained in:
dawran6 2016-08-28 15:06:53 -07:00 committed by Markus Unterwaditzer
parent 78a71a48dc
commit 3d856e03fc

View file

@ -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
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
----------------