Back to Remix

Minor.Session Context Key

packages/session-middleware/.changes/minor.session-context-key.md

2.11.1219 B
Original Source

BREAKING CHANGE: Session middleware no longer reads/writes context.session.

Session state is now stored on request context using the Session class itself as the context key and accessed with context.get(Session).