forked from orbit-oss/flask
Store session after callbacks. This fixes #351
This commit is contained in:
parent
7f4c12b335
commit
d628df6ab6
3 changed files with 22 additions and 2 deletions
3
CHANGES
3
CHANGES
|
|
@ -20,6 +20,9 @@ Relase date to be decided, codename to be chosen.
|
|||
returned to the WSGI server but has the advantage that the garbage
|
||||
collector is not needed on CPython to tear down the request unless
|
||||
the user created circular dependencies themselves.
|
||||
- Session is now stored after callbacks so that if the session payload
|
||||
is stored in the session you can still modify it in an after
|
||||
request callback.
|
||||
|
||||
Version 0.8.1
|
||||
-------------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue