-
-
Notifications
You must be signed in to change notification settings - Fork 132
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Flash message usage? #307
Comments
The basic flash example seems to work with |
It seems like it is an interaction between the flash messages and
And the log becomes:
(I am using this to have access controlled static file serving... so I have middleware that authenticates, sets a flash message and redirects if not authenticated). |
Looks like the flash message cookie is transmitted with a |
I'm wondering if I've missed how to use the flash messages, or if. there is some incompatibility with cookie sessions, or...?
I have a (pretty small) application set up as:
In one handler, I set a message and redirect:
And in the handler for
"/"
, I render them using the snippet from the example. But in the log, it seems like they are gone by the redirect:Is there some configuration I am missing?
The text was updated successfully, but these errors were encountered: