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/
