<--- --------------------------------------------------------------------------------------- ---- Blog Entry: Creating ColdFusion Components In Parent Directories (From Sub Directories) Without Mapped Paths Author: Ben Nadel / Kinky Solutions Link: http://www.bennadel.com/index.cfm?dax=blog:348.view Date Posted: Oct 15, 2006 at 3:57 PM ---- --------------------------------------------------------------------------------------- ---> // Set up the application. THIS.Name = "CFC_TEST"; THIS.ApplicationTimeout = CreateTimeSpan( 0, 0, 5, 0 ); THIS.SessionManagement = false; THIS.SetClientCookies = false;