]> git.openstreetmap.org Git - rails.git/commit
Use cache store for sessions when memcached is not available
authorTom Hughes <tom@compton.nu>
Tue, 6 Mar 2012 10:42:37 +0000 (10:42 +0000)
committerTom Hughes <tom@compton.nu>
Tue, 6 Mar 2012 10:42:37 +0000 (10:42 +0000)
commit4d7c3db62c53dab2e68f854cf3d42f2e9a92fded
treefbd6d183b42e25512a2e08f866d552a4460a77c5
parentc5a54b779cf771fd6d0cbc592f49ac3c51b9b390
Use cache store for sessions when memcached is not available

Using cookie store is problematic because there is a limit to the
amount of session data you can store, and we sometimes overflow.
config/initializers/session_store.rb