This project is archived and is in readonly mode.

Changeset [21c99e93883c1cf32474ad65a507e69e373a380c] by José Valim

June 25th, 2010 @ 11:15 AM

Calling exists? in the session store, without checking for stale sessions, was causing the cookie store to panic because we need to unpack the whole session to get its key. This commit fixes this issue and also caches exists calls for performance improvements.
http://github.com/rails/rails/commit/21c99e93883c1cf32474ad65a507e6...

Committed by José Valim

  • M actionpack/lib/action_dispatch/middleware/session/abstract_store.rb
  • M actionpack/lib/action_dispatch/middleware/session/cookie_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>