howdy:
i'm building a simple shopping cart. i was planning to use the session ID to link shopping carts to a database table containing cart contents. There is no real danger of users sharing important info (i.e, credit card data) because i won't be collecting any.
HOWEVER, i was wondering how i should go about purging abandoned shopping carts...perhaps delete all old shopping carts when a new shopping cart is created (based on a "last accessed" date or something)??? anybody have experience with this?