> -----Original Message-----
> From: Mosh Teitelbaum [mailto:[EMAIL PROTECTED]
> Sent: Friday, April 22, 2005 2:40 PM
> To: CF-Talk
> Subject: RE: CrystalTech Users Beware
> 
> I don't think this is unique to CrystalTech.  This would likely be the
> case
> with any hosting company that supports shared servers.

Too true.
 
> It's because of this exact concern that I switched over to a new naming
> "policy" a few years back.  The code I now use dynamically names the
> application based on the directory path of the application.  The code is
> as
> follows:
> 
> <CFAPPLICATION
> NAME="#Right(Replace(GetDirectoryFromPath(GetCurrentTemplatePath()), "\",
> "_", "ALL"), 64)#" ... >

I do almost exactly this except I just HASH the directory path to get the
name - just as unique, but saves the replaces.

Jim Davis





~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
Ticket application

http://www.houseoffusion.com/banners/view.cfm?bannerid=48

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:204075
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

Reply via email to