> I just read Forta's latest article on CFC's CF Dev Journal > and it leads me to b'leave that the only way to persist > variables btwn method calls is to store the object in a > scope that the CF architecture already defines as persistent, > like session or client or application. So you use <cfobject > component="" ...> syntax then attach it to client or something.
That's correct - it's just like any other CF variable in that respect. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ voice: (202) 797-5496 fax: (202) 797-5444 ______________________________________________________________________ Signup for the Fusion Authority news alert and keep up with the latest news in ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm 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

