#84 Cookie Based Session Store
In Rails 1.2 the default session store is file based. This is inefficient and difficult to maintain. In Rails 2.0 the default is now cookie based w...
An episode of the RailsCasts (Mobile) podcast, hosted by Ryan Bates, titled "#84 Cookie Based Session Store" was published on December 16, 2007 and runs 4 minutes.
December 16, 2007 ·4m · RailsCasts (Mobile)
0:00 / 0:00
Summary
In Rails 1.2 the default session store is file based. This is inefficient and difficult to maintain. In Rails 2.0 the default is now cookie based which has several benefits as you will see in this episode.
Episode Description
In Rails 1.2 the default session store is file based. This is inefficient and difficult to maintain. In Rails 2.0 the default is now cookie based which has several benefits as you will see in this episode.
Similar Episodes
No similar episodes found.
Similar Podcasts
No similar podcasts found.