forked from orbit-oss/flask
get_cookie_name in SessionInterface for easier overriding in SecureCookieSessionInterface
This commit is contained in:
parent
4bceeccfff
commit
0c0b31a789
3 changed files with 73 additions and 5 deletions
|
|
@ -1,5 +1,14 @@
|
|||
.. currentmodule:: flask
|
||||
|
||||
Version 2.0.0
|
||||
-------------
|
||||
|
||||
Unreleased
|
||||
|
||||
- Add :meth:`sessions.SessionInterface.get_cookie_name` to allow
|
||||
setting the session cookie name dynamically. :pr:`3369`
|
||||
|
||||
|
||||
Version 1.1.2
|
||||
-------------
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue