Re: Tag replacement

2013-07-18 Thread Matthew Allen
Dean, Point taken and thanks all for the response. Jide. Your message is a reply to anothers post and is more than 100 lines of text. If possible, please trim your posts when replying. Thank you. ~| Order the Adobe Coldfusion

index.cfm being copied from site root to cf web root

2013-07-18 Thread David Phelan
I have an odd issue occurring on my server. Occasionally, the index.cfm file from the root of my web site is being copied over to the web root in the CF directory. Once that happens, CF will then attempt to execute that index.cfm file which, of course, throws an error because all of the

Re: index.cfm being copied from site root to cf web root

2013-07-18 Thread Dave Watts
I have an odd issue occurring on my server. Occasionally, the index.cfm file from the root of my web site is being copied over to the web root in the CF directory. Once that happens, CF will then attempt to execute that index.cfm file which, of course, throws an error because all of the

RE: index.cfm being copied from site root to cf web root

2013-07-18 Thread Mark A Kruger
I'm with Dave. I'd look for some kind of file code - maybe even cf - that's not too careful with paths. I'd also check your cache real paths attribute in the cf admin. Not sure why I think so but it may be fooling some of your code with regard to where files live. And of course you should think

404 pages

2013-07-18 Thread Rob Voyle
Hi Folks I set up in the administrator a Missing Template Handler I have a notfound.cfm page that works fine for 404 errors such as http://www.domain.com/obsoletePage.cfm will trigger notFound.cfm However http://www.domain.com/obsoletePage.cfm?training=teleconference gets the standard CF

Question about session management

2013-07-18 Thread DeMarco, Alex
I am a bit out of practice with regards to session management. If I have a path: /inetpub/myapp In /myapp I have an application .cfm in it has a application name of MYAPPNAME with a sessiontimeout of 30 minutes But in /inetpub/myapp/login I have another application.cfm with an application

Re: Question about session management

2013-07-18 Thread Dave Watts
If I have a path: /inetpub/myapp In /myapp I have an application .cfm in it has a application name of MYAPPNAME with a sessiontimeout of 30 minutes But in /inetpub/myapp/login I have another application.cfm with an application name of MYAPPNAME with a sessiontimeout of 30 minutes

Re: Question about session management

2013-07-18 Thread DeMarco, Alex
Ahh okay thank you! - Alex Original message From: Dave Watts dwa...@figleaf.com Date: 07/18/2013 8:29 PM (GMT-05:00) To: cf-talk cf-talk@houseoffusion.com Subject: Re: Question about session management If I have a path: /inetpub/myapp In /myapp I have an