]> git.openstreetmap.org Git - rails.git/commitdiff
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)
Using cookie store is problematic because there is a limit to the
amount of session data you can store, and we sometimes overflow.


No differences found