Ruby on Rails Monday, February 4, 2013

On Monday, February 4, 2013 1:14:05 PM UTC, Rafael Sales wrote:

Hey guys,

I have been facing a race condition in rails 2.3 session. The problem is well described here: http://www.paulbutcher.com/2007/05/race-conditions-in-rails-sessions-and-how-to-fix-them/
I could reproduce the same scenario in rails 3.
Since this is not considered a problem for many and because of this Rails is not gonna fix it, did anyone tried a plugin or workaround to merge the concurrent sessions or something like that?

I was working with paul back when he wrote that post and the session store we developed to fix that problem is still available at https://github.com/fcheung/smart_session_store/. I no longer use it myself although I believe it does still work - I remember updating it for rails 3.

Fred

--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscribe@googlegroups.com.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msg/rubyonrails-talk/-/sWf_9B2xWHMJ.
For more options, visit https://groups.google.com/groups/opt_out.
 
 

No comments:

Post a Comment