This project is archived and is in readonly mode.
CacheStore Session Storage
Reported by Brian Durand | April 6th, 2011 @ 02:53 AM
Here is a new storage engine for Rails session storage that stores sessions in the Rails.cache.
This analogous to MemCacheStore but it is far more flexible in that it can use any backend that is available for Rails.cache (i.e. DalliStore, RedisStore, etc.). It also doesn't require configuring your memcached cluster twice in your environment config file.
Comments and changes to this ticket
-
Brian Durand April 6th, 2011 @ 02:56 AM
- Tag changed from session to patch, session
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>