This post is part of a series of 31 Rails 4 articles being released each day in December 2012. By default, sessions in Rails are persisted to cookies in the browser. One of the limitations of using the cookie store for session data is its size cannot exceed 4KB. In past versions of Rails, different storage mechanisms were added to the core framework to handle this limitation, such as the Active Re