get_cookie_name in SessionInterface for easier overriding in SecureCookieSessionInterface

This commit is contained in:
Doron Horwitz 2019-09-24 14:39:22 +03:00 committed by David Lord
parent 4bceeccfff
commit 0c0b31a789
No known key found for this signature in database
GPG key ID: 7A1C87E3F5BC42A8
3 changed files with 73 additions and 5 deletions

View file

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