LRUGers,<div><br></div><div>In the lifetime of our rails application we've moved through various session stores.<div><br></div><div>1. We began with a cookie session store but then found ourselves storing more than 4KB in our sessions…</div>

<div><br></div><div>2. ...and so we switched to an ActiveRecord session store (i.e. MySQL backed) but found that it was too slow…</div><div><br></div><div>3. …and so we switched to a redis backed session store but have now found that we keep outgrowing the memory limits of our redis servers…</div>

<div><br></div><div>4. …and so we switched to ???</div><div><br></div><div>Do you have gigabytes of session data? If so where do you store it? MongoDB? Tokyo Cabinet? Somewhere else?</div><div><br></div><div>J.</div></div>