In the latest Nancy flashes are not working via redirect because the session cookie ends up being too big (>4000 bytes) so the browser rejects it. I am not sure if this is because of a change to Nancy;s way of serializing session data
at https://github.com/djpnewton/Nancy.FlashMessages/tree/smaller_cookie I have been playing with a way to make the serialized session smaller (use json instead of Dict<key, list>)
In the latest Nancy flashes are not working via redirect because the session cookie ends up being too big (>4000 bytes) so the browser rejects it. I am not sure if this is because of a change to Nancy;s way of serializing session data
at https://github.com/djpnewton/Nancy.FlashMessages/tree/smaller_cookie I have been playing with a way to make the serialized session smaller (use json instead of Dict<key, list>)