Ok, lets say that I create an application called BillsApp.

Now I need to store some variables being carried forward from some forms
before we actually insert them into the db.
Should I create session variables from the form input <CFSET
session.variable = "#form.whatever#">, or should I create a client variable
<CFSET Client.variable = "#form.whatever#">, or should I create an
application variable <CFSET BillsApp.variable = "#form.whatever#">  then
later when I do my query actions, just call the one that is best.  Which
method is best on Server Memory, etc. etc.

TIA!!

Bill Killillay
ICQ @ 8425781

*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*
"An investment in Knowledge always pays the best interest."
               -Benjamin Franklin-
*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*

Get Paid to Surf the Web.  It's free, easy and fun.
Sign up for AllAdvantage.com at

http://alladvantage.com/go.asp?refid=FIB-034

------------------------------------------------------------------------------
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to