First off, is the file named with a capital A?


Second, make sure your cfapplication has the sessionmanagement set to yes.  See the following:


<cfapplication
    name="Application Name"
    clientmanagement="Yes"
    sessionmanagement="Yes"
    sessiontimeout="#CreateTimeSpan(0,0,30,0)#">


HTH!

Scott

-----Original Message-----
From: Bushy [mailto:[EMAIL PROTECTED]
Sent: Monday, October 06, 2003 11:49 AM
To: CF-Talk
Subject: re: application.cfm

HI,

I need to load my database fields into session and cookie variables for my application. The catch is I only need <cfquery the database once upon initial log in via Windows NT
authentication. I don't want the datbase queried if a "refresh" is performed. Where or how can I do this. Sould the <cfquery be in my application.cfm off the main root of the
website?

/inetpub/wwwroot/website/application.cfm


  _____  


[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Reply via email to