I am following the Agile Web Development tutorials and I came across an annoying issue with the current implementation. if the session changes or expires, the cart still exists in the database. How is Rails supposed to deal with these useless cart objects?
Thanks