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
In the latest Nancy the flash messages do not go away (in the next request/response) after they are rendered. It seems to be because the session is saved to the response cookie before the view is rendered (which pops the flash out of the session).
In the latest Nancy the flash messages do not go away (in the next request/response) after they are rendered. It seems to be because the session is saved to the response cookie before the view is rendered (which pops the flash out of the session).