> Working on shopping cart app and stuck between storing shipping info in a db > shipTable or > in client scope. I'm hesitant to store shipping info into the > db because some users might > not complete the transaction and take up rows in the db. On the other hand > if I store > shipping info in the client scope I'm not sure if this would impact the > server.
Since Client variables are also typically stored in the database, I wouldn't worry too much about "taking up rows". I would also not recommend using both the Session and the Client scopes - use one or the other. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ Fig Leaf Software provides the highest caliber vendor-authorized instruction at our training centers in Washington DC, Atlanta, Chicago, Baltimore, Northern Virginia, or on-site at your location. Visit http://training.figleaf.com/ for more information! ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;207172674;29440083;f Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:317397 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

