You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?).
The text was updated successfully, but these errors were encountered:
Through a bit of head scratching, it seems that the
signedcookiesession
middleware only set's the cookie when the response is handled using theresp
macro. If you try and manually handle the response withctx.respond
it won't work as expected (or is this expected behaviour as Prologue doesn't handle the response anymore?).The text was updated successfully, but these errors were encountered: