prologue
prologue copied to clipboard
`signedcookiesession` only work when using `resp` macro
Through a bit of head scratching, it seems that the signedcookiesession middleware only set's the cookie when the response is handled using the resp macro. If you try and manually handle the response with ctx.respond it won't work as expected (or is this expected behaviour as Prologue doesn't handle the response anymore?).