RE: Question about session management

2013-07-19 Thread David Phelan
However, there is no reason to have an application.cfm file in your login directory as CF will move up the directory tree until it finds an application.cfm file and use it. David Phelan  Web Developer   IT Security Web Technologies   Emerging Health

RE: 404 pages

2013-07-19 Thread Mark A Kruger
Rob, Not sure if anyone answered you here. Did you also set your onMissingTemplate() handler in your application.cfc? -Mark -Original Message- From: Rob Voyle [mailto:robvo...@voyle.com] Sent: Thursday, July 18, 2013 4:47 PM To: cf-talk Subject: 404 pages Hi Folks I set up in the

RE: Question about session management

2013-07-19 Thread DeMarco, Alex
Just a quick follow up If I set the sessiontimeout=5 (not using the createtimespan function) Is that 5 days? - Alex -Original Message- From: DeMarco, Alex [mailto:alex.dema...@suny.edu] Sent: Thursday, July 18, 2013 8:31 PM To: cf-talk Subject: Re: Question about session

Re: Question about session management

2013-07-19 Thread Russ Michaels
If you do not want to use the CreatetimeSpan function you have to still use the same format as the CreatetimeSpan fucntion uses. On Fri, Jul 19, 2013 at 2:56 PM, DeMarco, Alex alex.dema...@suny.eduwrote: Just a quick follow up If I set the sessiontimeout=5 (not using the createtimespan

Re: Slow running request

2013-07-19 Thread Cameron Childress
On Wed, Jul 17, 2013 at 3:11 PM, Richard Steele wrote: How should we go about finding out the cause of these slow running requests? Rick - Ever get to the bottom of this? -Cameron -- Cameron Childress -- p: 678.637.5072 im: cameroncf facebook http://www.facebook.com/cameroncf |

Stored procedures in CF10

2013-07-19 Thread vernon broussard
In ColdFusion 10 when trying to access one of our gateway applications now I get an error saying that ‘Executing stored procedures is not allowed.’ How do you enable stored procedures in this version? Is it part of the install or can it be changed within administrator? Thanks v

Re: Stored procedures in CF10

2013-07-19 Thread Dave Watts
In ColdFusion 10 when trying to access one of our gateway applications now I get an error saying that ‘Executing stored procedures is not allowed.’ How do you enable stored procedures in this version? Is it part of the install or can it be changed within administrator? CF 10 does not by