`signedcookiesession` only work when using `resp` macro
TokenChingy opened this issue · 0 comments
TokenChingy commented
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?).