forked from orbit-oss/flask
include samesite and secure when removing session cookie (#3726)
This commit is contained in:
parent
7a444c5dab
commit
22987b6817
3 changed files with 20 additions and 3 deletions
|
|
@ -42,6 +42,8 @@ Unreleased
|
|||
attributes just like ``Flask``, rather than opaque lambda functions.
|
||||
This is intended to improve consistency and maintainability.
|
||||
:issue:`3215`
|
||||
- Include ``samesite`` and ``secure`` options when removing the
|
||||
session cookie. :pr:`3726`
|
||||
|
||||
|
||||
Version 1.1.x
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue