forked from expressjs/session
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix issue where Set-Cookie Expires was not always updated
closes expressjs#276 closes expressjs#277 closes expressjs#296
- Loading branch information
1 parent
1940ce9
commit 50cdae2
Showing
3 changed files
with
37 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
unreleased | ||
========== | ||
|
||
* Fix issue where `Set-Cookie` `Expires` was not always updated | ||
* Methods are no longer enumerable on `req.session` object | ||
* deps: [email protected] | ||
- Add `sameSite` option | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters