This project is archived and is in readonly mode.

Changeset [c53683595749dcfa223802669237480ac9ebc17f] by José Valim

May 18th, 2010 @ 02:18 AM

Cut the fat and make session stores rely on request.cookie_jar and change set_session semantics to return the cookie value instead of a boolean.
http://github.com/rails/rails/commit/c53683595749dcfa22380266923748...

Committed by José Valim

  • M actionpack/CHANGELOG
  • M actionpack/lib/action_dispatch/middleware/session/abstract_store.rb
  • M actionpack/lib/action_dispatch/middleware/session/cookie_store.rb
  • M actionpack/lib/action_dispatch/middleware/session/mem_cache_store.rb
  • M actionpack/test/activerecord/active_record_store_test.rb
  • M actionpack/test/dispatch/session/cookie_store_test.rb
  • M actionpack/test/dispatch/session/mem_cache_store_test.rb
  • M activerecord/lib/active_record/session_store.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>