You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Auto merge of #2500 - jtgeibel:update/cookie-and-time, r=JohnTitor
Bump to the latest `cookie` crate
These upstream `conduit-*` crates now pull in the latest versions of `cookie` and `time`.
In particular, the following changes to cookie behavior are made:
* `cookie` is bumped to 0.13
* `Max-Age` is set to 90 days
* `Same-Site=Strict` is added to the session cookie
* Only set the session cookie in the response if the session was modified
r? @JohnTitor
0 commit comments