I am trying to find a pros/cons explanation of the best method, session array or database tables, for building a shopping cart. The latter allows for cart contents to be saved for a future visit by an unregistered user, but are there any major reasons not to use database tables to track shipping cart items? What sort of table structure would be most efficient? Is there a good place to look for these answers?
Cheers
N