This project is archived and is in readonly mode.
Changeset [617e94658ddc3f71c42fc4f8c2346f87ff106bbe] by Prem Sichanugrist
June 25th, 2010 @ 08:41 AM
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
http://github.com/rails/rails/commit/617e94658ddc3f71c42fc4f8c2346f...
Committed by Prem Sichanugrist
- M actionpack/lib/action_dispatch/middleware/session/abstract_store.rb
- M actionpack/test/activerecord/active_record_store_test.rb
- M actionpack/test/dispatch/session/mem_cache_store_test.rb
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile »
<h2 style="font-size: 14px">Tickets have moved to Github</h2>
The new ticket tracker is available at <a href="https://github.com/rails/rails/issues">https://github.com/rails/rails/issues</a>