best way to implement session cart

How to implement this? - Save a hash in session with selected model id's?

That will do the trick. You definitely want to be storing model ids rather than objects.

Fred