Re: Hosting Problems

2008-03-07 Thread Brian Burkett
I would suggest lfchosting.com I've used them for years without any complaints. Great customer service and if there ever has been an issue, its resolved very quickly. Brian. Hi, we have had severe problems with host my site hosting company, can anyone recommend a really good

query application structure onSessionEnd

2006-08-23 Thread Brian Burkett
In the onSessionEnd function in application.cfc, I want to read the SessionTimeout value from the application structure. I've tried this: cfargument name=ApplicationScope required=true and then review the cfdump of that structure, but I don't see sessiontimeout. Any thoughts?

Re: query application structure onSessionEnd

2006-08-23 Thread Brian Burkett
Thanks Ray, that works perfectly. The sessiontimeout value doesn't exist in the application structure. If you set the value in the This scope, try getting it like that. That should work. On 8/23/06, Brian Burkett [EMAIL PROTECTED] wrote: In the onSessionEnd function in application.cfc