> Correct me if I'm wrong here, but I didn't think client, form, 
> url, or cookies variables can hold complex data like a wddx 
> packet. I would suggest using a session or application 
> variables for these techniques.

No, you can put WDDX into any of those scopes (although you might have other
issues with putting WDDX into a URL parameter). Data in WDDX format is
simply string data. That's the point of WDDX - it allows you to take a
complex data object, serialize it into WDDX, then pass it around like any
other string.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
voice: (202) 797-5496
fax: (202) 797-5444

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to