When I make this change I get the following error:

A CFML variable name cannot end with a "." character.  
The variable Session. ends with a "." character. You must supply an additional 
structure key or delete the "." character.
The CFML compiler was processing:

a CFSET tag beginning on line 3, column 18.
a CFSET tag beginning on line 3, column 18.
 
  
The Error Occurred in : line 3
 
1 : <CFLOOP index="FieldName" list="#Form.FieldNames#">
2 :     <CFLOCK TIMEOUT="30"  THROWONTIMEOUT="No" TYPE="EXCLUSIVE" SCOPE="SESSION"> 
3 :             <CFSET Session.#FieldName# = "#Evaluate(FieldName)#">
4 :     </CFLOCK>
5 : </CFLOOP>

 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Get the mailserver that powers this list at http://www.coolfusion.com

                                Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
                                

Reply via email to