> Even if CF8 can serialize CFCs (I've read that it can), I > don't think you can store complex variables in the Client > scope. I'd assume that a serialized CFC would be considered > a complex variable.
No, it's a string. The example in the URL I included writes the string to a file. There is a serious limitation to this, though - your CFC can only contain strings, structures and other CFC instances apparently. If it contains arrays or queries, you can't deserialize it again! Apparently, Adobe's working on fixing that. 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! ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Enterprise web applications, build robust, secure scalable apps today - Try it now ColdFusion Today ColdFusion 8 beta - Build next generation apps Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:294614 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

