It's up to you. If you use wddx you can just serialize/deserialize one packet. If you want to use multiple cookies, you can just put one value in each cookie. You would need to carefully examine exactly what I put in the session scope though.
On 2/6/07, coldfusion. developer @ att. net coldfusion. developer @ att. net <[EMAIL PROTECTED]> wrote: > Thanks Ray, > > I read the docs and Let me see if I'm getting this. I should switch from > session managment to client managment using cookies. Then I should take > that cookie variable and value and use wddx to serialize and then deserialize > and then assign the value in the client.cookie value to the session.survey > variable. Correct? Do I have to use WDDX or can I use multiple cfset(s) > to do all the reassigning of values? > > Thanks > > >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: > >> > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| 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:268851 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

