1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/actionpack/lib/action_dispatch/middleware/session
José Valim 0f0bdaea7b Revert "Avoid uneeded queries in session stores if sid is not given."
First step to merge Rails and Rack session stores. Rack always expects to receive the SID since it may have different behavior if the SID is nil.

This reverts commit e210895ba9.
2010-07-29 09:10:01 +02:00
..
abstract_store.rb Revert "Avoid uneeded queries in session stores if sid is not given." 2010-07-29 09:10:01 +02:00
cookie_store.rb Fixed many references to the old config/environment.rb and Rails::Initializer 2010-07-13 13:00:21 +02:00
mem_cache_store.rb Revert "Avoid uneeded queries in session stores if sid is not given." 2010-07-29 09:10:01 +02:00