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