>I am trying to loop over a session struct and convert the session vars
>to local vars (about 25 key/value pairs) to manipulate them then insert
>into db, but can't seem to get the syntax right to convert them to local
>vars. I don't want to have a bunch of cflocks on this page and thought
>this would be easier than converting them individually in a cfscript
>statement.


  Would it just be easier to do something like:

   <cfset tempsession = Duplicate(Session)>



--
Jeffry Houser | mailto:[EMAIL PROTECTED]
Need a Web Developer?  Contact me!
AIM: Reboog711  | Phone: 1-203-379-0773
--
My CFMX Book: 
<http://www.amazon.com/exec/obidos/ASIN/0072225564/instantcoldfu-20>
My Books: http://www.instantcoldfusion.com
My Band: http://www.farcryfly.com 

______________________________________________________________________
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm

Archives: http://www.mail-archive.com/cf-community@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to