Asim, Use this (same thing I posted earlier, but seems to have been missed):
<CFLOCK SCOPE="session" TYPE="exclusive" TIMEOUT="10"> <CFSET session.MyForm = Duplicate(form) > </CFLOCK> Make sure you use the CFLOCK to avoid potential race conditions. If you leave it the way it is, you will open yourself to potential issues later on as mentioned in other posts. Dave -----Original Message----- From: Asim Manzur [mailto:[EMAIL PROTECTED] Sent: Thursday, August 11, 2005 3:50 PM To: CF-Talk Subject: Re: FORM scope into SESSION Thank you guys, I used <cfset session.myForm = form> and it works great. Thanks alot. ****************************************************************************************** The information contained in this message, including attachments, may contain privileged or confidential information that is intended to be delivered only to the person identified above. If you are not the intended recipient, or the person responsible for delivering this message to the intended recipient, ALLTEL requests that you immediately notify the sender and asks that you do not read the message or its attachments, and that you delete them without copying or sending them to anyone else. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start tracking and documenting hours spent on a project or with a client with Logware today. Try it for free with a 15 day trial account. http://www.houseoffusion.com/banners/view.cfm?bannerid=67 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:214638 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

