I am creating a new website I want to add a shopping cart what is the best way to store a shopping cart. In a DB a session a xml file?
This would be a temporary cart for visitors once they went to the checkout it would be saved to the db.
Any susggestions.