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
{{ message }}
This repository was archived by the owner on Jan 16, 2023. It is now read-only.
This will help resolve an issue observed in production crates.io. My proposal is to change session() to return a shared reference, and add a session_mut() providing mutable access. Calling session_mut() will set a a possibly_modified: bool flag. If no call to session_mut() has been made, then the session has not been modified and it is not necessary to add the Set-Cookie header to the response.