whoops when you go back to the original it will still all be there so no need to copy it back and save it although there can be reasons for doing this but you'd need to single thread the whole thing with a cflock.
-----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Stewart Johnston Sent: Thursday, 24 July 2003 2:27 PM To: CFAussie Mailing List Subject: [cfaussie] RE: nesting applications No you cant but you can suspend an application by copying the application structure to a temp variable and then issuing a new CFAPPLICATION call - when you are done call your original CFAPPLICATION name again and copy the temp variable back to the now empty APPLICATION scope. Stewart -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Steve Onnis Sent: Thursday, 24 July 2003 2:13 PM To: CFAussie Mailing List Subject: [cfaussie] nesting applications Hi all are you suposed to be able to do this? <cfapplication name="xxxx"> <cfapplication sessiontimeout="#CreateTimeSpan(7,0,0,0)#" applicationtimeout="#CreateTimeSpan(7,0,0,0)#"> <cfdump var="#application#"> cause it aint workin Steve --- You are currently subscribed to cfaussie as: [EMAIL PROTECTED] To unsubscribe send a blank email to [EMAIL PROTECTED] MX Downunder AsiaPac DevCon - http://mxdu.com/ --- You are currently subscribed to cfaussie as: [EMAIL PROTECTED] To unsubscribe send a blank email to [EMAIL PROTECTED] MX Downunder AsiaPac DevCon - http://mxdu.com/ --- You are currently subscribed to cfaussie as: [EMAIL PROTECTED] To unsubscribe send a blank email to [EMAIL PROTECTED] MX Downunder AsiaPac DevCon - http://mxdu.com/
