Evening all,

I am getting some strange things going on with an application, the 
Application uses session variables throughout the site, all locked 
Correctly and has been working fine for the past year, only in the last
day
Or two has a problem come up where the session is timing out every 20
secs
Instead of the 1hr 30 as set in the application.cfm. The application is
on a shared server and not windows 2003 which has been an issue in the
past. 

Has anyone come across this before?

Cheers

Mikey

-----Original Message-----
From: Damian Watson [mailto:[EMAIL PROTECTED] 
Sent: 20 August 2004 15:31
To: [EMAIL PROTECTED]
Subject: Re: [ cf-dev ] Dynamic query name and CF5

Sir, you're a genius ;)

Tom Smith wrote:

> have you tried
>  
> evaluate(request.queryName & ".recordCount")
>  
> should work... let me know if it doesn't!
>
>     ----- Original Message -----
>     *From:* Damian Watson <mailto:[EMAIL PROTECTED]>
>     *To:* [EMAIL PROTECTED]
>     <mailto:[EMAIL PROTECTED]>
>     *Sent:* Friday, August 20, 2004 3:19 PM
>     *Subject:* [ cf-dev ] Dynamic query name and CF5
>
>     Hi,
>
>     Got a wee problem, I've a query name generated dynamically:
>     name="selectDistinctMonths#loop.year#"
>
>     Later on there's a CFIF statement that needs the recordcount of
this
>     query. In CFMX I can do this:
>
>     <cfset request.queryName="selectDistinctMonths#loop.year#">
>     <cfif evaluate(request.queryName).recordCount GT 0>
>
>     ...but CF5 don't get it. Anyone got an answer?
>
>     Thanks
>     d
>
>     -- 
>     These lists are syncronised with the CFDeveloper forum at
>     http://forum.cfdeveloper.co.uk/
>     Archive:
http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/
>      
>     CFDeveloper Sponsors and contributors:-
>     *Hosting and support provided by CFMXhosting.co.uk* :: *ActivePDF
>     provided by activepdf.com*
>           *Forums provided by fusetalk.com* :: *ProWorkFlow provided
>     by proworkflow.com*
>                *Tutorials provided by helmguru.com* :: *Lists hosted
>     by gradwell.com*
>
>     To unsubscribe, e-mail: [EMAIL PROTECTED]
>     <mailto:[EMAIL PROTECTED]>
>


-- 
These lists are syncronised with the CFDeveloper forum at
http://forum.cfdeveloper.co.uk/
Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/
 
CFDeveloper Sponsors and contributors:-
*Hosting and support provided by CFMXhosting.co.uk* :: *ActivePDF
provided by activepdf.com*
      *Forums provided by fusetalk.com* :: *ProWorkFlow provided by
proworkflow.com*
           *Tutorials provided by helmguru.com* :: *Lists hosted by
gradwell.com*

To unsubscribe, e-mail: [EMAIL PROTECTED]



-- 
These lists are syncronised with the CFDeveloper forum at 
http://forum.cfdeveloper.co.uk/
Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/
 
CFDeveloper Sponsors and contributors:-
*Hosting and support provided by CFMXhosting.co.uk* :: *ActivePDF provided by 
activepdf.com*
      *Forums provided by fusetalk.com* :: *ProWorkFlow provided by proworkflow.com*
           *Tutorials provided by helmguru.com* :: *Lists hosted by gradwell.com*

To unsubscribe, e-mail: [EMAIL PROTECTED]

Reply via email to