Skip to content
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

Losing session data with Rack::Session::Pool #4

Open
auxbuss opened this issue Oct 16, 2012 · 0 comments
Open

Losing session data with Rack::Session::Pool #4

auxbuss opened this issue Oct 16, 2012 · 0 comments

Comments

@auxbuss
Copy link

auxbuss commented Oct 16, 2012

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant