> can two different application given the same name of CF when i declare the > application using CF_application? > will this caused any problem??
While not understanding exactly what you're trying to accomplish by doing that, the quick answer is yes, you can have to cfapplications with the same name. This just means that they will share the same application-level variables, and any CFIDs and CFTOKENs set by the applications will be shared across the two applications. Hope this helps, Dave. ______________________________________________________________________ Signup for the Fusion Authority news alert and keep up with the latest news in ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

