Ann07
Programmer
- Oct 5, 2007
- 1
Hello,
I am developing a shopping cart project and stuck at the part of adding products to the shopping cart. Is it a best practice to use temporary tables for holding the items in the shopping cart.My view point is if the user leave the session before checking out or they wanted to view their cart summary before check out, can we store that data in a temporary table.I know that using temp table is not a good idea from the performance view point. Is there any better options available other than using a temp table. Your opinion is much appreciated
Thanks
Ann
I am developing a shopping cart project and stuck at the part of adding products to the shopping cart. Is it a best practice to use temporary tables for holding the items in the shopping cart.My view point is if the user leave the session before checking out or they wanted to view their cart summary before check out, can we store that data in a temporary table.I know that using temp table is not a good idea from the performance view point. Is there any better options available other than using a temp table. Your opinion is much appreciated
Thanks
Ann