Skip to content

flash not working via redirect #2

@djpnewton

Description

@djpnewton

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>)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions