This project is archived and is in readonly mode.

Changeset [f8f365346ec55ef388eaa43e30bd7629c375d274] by Prem Sichanugrist

June 25th, 2010 @ 08:47 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/f8f365346ec55ef388eaa43e30bd76...

Committed by Prem Sichanugrist

  • M actionpack/lib/action_controller/session/abstract_store.rb
  • M actionpack/test/activerecord/active_record_store_test.rb
  • M actionpack/test/controller/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>