Well, that is what I was thinking. The other issue that I have as far as using the database storage is image uploads. I plan on allowing a user to upload as many as 10 images per ad, and was wondering how to handle the image upload if they end up not checking out. Should I just run a scheduled task every so often and delete the images off the server based on the info in the tempCart table?
Doug ----- Original Message ----- From: "Snake" <[EMAIL PROTECTED]> To: "CF-Talk" <[email protected]> Sent: Monday, November 27, 2006 7:05 PM Subject: RE: Shopping cart questions? > If u store the cart in the database, they can at least come back later and > complete the order. > > -----Original Message----- > From: Doug Brown [mailto:[EMAIL PROTECTED] > Sent: 28 November 2006 00:52 > To: CF-Talk > Subject: Shopping cart questions? > > I have a classifieds site that I am needing to design a shopping cart for. > What I am looking to do is let the user create their ad and then once they > are done and hit continue, they are taken to a page where they can choose to > check out, or they can create another ad. I am wondering what the best way > to store this information would be. I may in the future use a clustered > enviornment and therfore do not think keeping the cart contents in the > session scope would be a great idea. What would be the best way? Database? > All input is appreciated. > > > > Doug B. > > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers, delivered to your door four times a year. http://www.fusionauthority.com/quarterly Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:261804 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

