Hi, I''m trying to trace and debug a problem in one of my applications regarding a session that keeps getting lost. I''ve managed to follow it through the stack by doing some debugging output in the call methods of the various rack middlewares, and ended up as somewhere between the ActionDispatch::Cookies and ActiveRecord::SessionStore middleware area. However, I noticed that in Rails 3.1.0.rc4, I can''t seem to find any sort of call method anywhere like the other middlewares. Can anyone explain exactly how these middlewares are loaded up if they don''t have a call method as required by rack? I''m sure it''s something I may be overlooking. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.