I do the same exact thing in my shopping cart. The simple answer is use client variables, or session variables if necessary. Your idea of building an array sounds good to me, although a structure would be what I'd use. However, I just set the key individual variables (customer number, email address...) and pull the rest of the information out of the database when necessary.
jon ----- Original Message ----- From: "Douglas L. Brown" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Tuesday, November 27, 2001 8:10 PM Subject: How can I handle this? > First off this is a fusebox e-commerce application. My current set-up is > that if a customer has already filled in their customer information, > they are sent to the shipping information page. If they signed up in the > past and did not fill in the customer information, I redirect them to > the customer information page for completion. Make sense? Anyhow when I > redirect them, the action goes to the custInfo fuse which has a query > that pulls their custNum etc, based upon their email address and > password. Since I am using a <cflocation> to send them there I lose > their custNum and password etc. I do not want to pass those values in > the url as you can see why, but I do not know of a solution. I thought > about creating an array of the customer information upon logging in and > then I could reference it anywhere but I dont know if that would be a > good idea or not. > > > > Any ideas or suggestion would be of great help. > > > > > > > <CF_SIGNATURE > NAME="Douglas L. Brown" > EMAIL="[EMAIL PROTECTED]" > PHONE="714.538.6611" > WEB="http://www.carnivorepc.com"> > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Get the mailserver that powers this list at http://www.coolfusion.com FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

