#84 Cookie Based Session Store
Dec 16, 2007 | 4 minutes | Rails 2.0
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.