Hey Session, Did You Forget to Delete Me?
Posted September 21st, 2006 in Programming / 3 CommentsTags: Programming, Ruby on Rails
A typical rails design pattern is to store object ids in session variables rather than the objects themselves. Objects can be unwieldy depending on size, complexity, and associations. Ids on the the other hand are small, sleek, and more agile.