SFEley / sinatra-flash

TODO: one-line summary of your gem
Other
154 stars 24 forks source link

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

Open auxbuss opened 12 years ago

auxbuss commented 12 years ago

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.