Mention the existence of Flask extentions that handle server-side sessions. Attempt to improve the reading flow.
This commit is contained in:
parent
78a71a48dc
commit
3d856e03fc
1 changed files with 3 additions and 0 deletions
|
|
@ -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
|
||||
----------------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue