Well for WDDX I'd just suggest reading the docs. It really is pretty trivial. You use the WDDX tag to serialize a CF variable into an XML string. THen you use the WDDX tag to deserialize it.
So your application.cfm (or Soundings I should say), would look for client.surveypacket variable, as an example, and deserialize it into session.survey. On 2/5/07, coldfusion. developer @ att. net coldfusion. developer @ att. net <[EMAIL PROTECTED]> wrote: > Thanks Ray. I love your application. I was able to figure out the simple > change in item a but item b is a little beyond me. Do you have an example of > this? > > >Yeah, I think that was my reaction as well. I did a quick search. > >Soundings uses session management in two places: > > > >a) Login Storage > >b) tags/surveydisplay.cfm > > > >For a, you can just get rid of the loginstorage and it will revert to > >cookie based. Problem solved. > > > >For b - I use the session to store info about where you are in the > >survey. This is a semi-complex object (array of structs), but you > >could convert it to a client var converted to WDDX, as long as you > >don't use the Registry. Or convert it to one simple cookie WDDX > >encoded, just watch out for the 4k limit. > > > >It would be a bit of work - but would still let you use Soundings w/o > >rebuilding the whole application. > > > > > >On 2/3/07, James Holmes <[EMAIL PROTECTED]> wrote: > >> > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Upgrade to Adobe ColdFusion MX7 Experience Flex 2 & MX7 integration & create powerful cross-platform RIAs http:http://ad.doubleclick.net/clk;56760587;14748456;a?http://www.adobe.com/products/coldfusion/flex2/?sdid=LVNU Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:268724 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

