v0.8.1
- Session data was not stored if a later middleware threw an uncaught exception. This middleware now uses
finally
to ensure that session data always gets stored, and theSet-Cookie
header always gets sent.
finally
to ensure that session data always gets stored, and the Set-Cookie
header always gets sent.