We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This gist https://gist.github.com/3899237 demonstrates a problem I discovered while testing. It can be run as a standalone test.
When making consecutive calls to a sinatra app, the whole of the session is empty on the second call when the first call uses flash.
flash
I've left in a debug in sinatra's before to show that the expected session data is not there on the latter call.
before
The text was updated successfully, but these errors were encountered:
No branches or pull requests
This gist https://gist.github.com/3899237 demonstrates a problem I discovered while testing. It can be run as a standalone test.
When making consecutive calls to a sinatra app, the whole of the session is empty on the second call when the first call uses
flash
.I've left in a debug in sinatra's
before
to show that the expected session data is not there on the latter call.The text was updated successfully, but these errors were encountered: