1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/actionpack/test/dispatch/session
Prem Sichanugrist 617e94658d Make sure that Rails doesn't resent session_id cookie over and over again if it's already there [#2485 state:resolved]
This apply to only Active Record store and Memcached store, as they both store only the session_id, which will be unchanged, in the cookie.

Signed-off-by: José Valim <jose.valim@gmail.com>
2010-06-25 09:41:52 +02:00
..
cookie_store_test.rb Avoid deserializing cookies too early, which causes session objects to not be available yet. Unfortunately, could not reproduce this in a test case. 2010-06-24 20:03:03 +02:00
mem_cache_store_test.rb Make sure that Rails doesn't resent session_id cookie over and over again if it's already there [#2485 state:resolved] 2010-06-25 09:41:52 +02:00
test_session_test.rb Remove deprecated methods since 2-3-stable. 2010-05-18 02:11:50 +02:00