Oh..I am doing this straight from the Eday app..not via my frontend menus or anything..this is all straight Eday. I'm not ding anything custom..logging in normally using the Eday mapping and everything....and its not showing any client variables so anything it should include it's including..and it is setting everything correctly because I log in as Admin and I get access to all admin functions.
I just cannot for the life of me think how an App could set Client/session variables and it would not show up when I run a script to list them... I MUST be doing something wrong...but what? -Gel ----- Original Message ----- From: "Kevin Schmidt" <[EMAIL PROTECTED]> To: "CF-Community" <[EMAIL PROTECTED]> Sent: Wednesday, June 26, 2002 9:44 AM Subject: RE: Eday calendar integration..Fusebox.. > Gel, > > Are you making sure that the app_locals file is being included with your > listpage, or is it a fuseaction. If you are calling the page direct and > app_locals is not included then you wouldn't see them because there > would be no cfapplication tag included. > > Kev > > > -----Original Message----- > From: Angel Stewart [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, June 26, 2002 9:42 AM > To: CF-Community > Subject: Re: Eday calendar integration..Fusebox.. > > Right right :) > > There it is... > It is just so normally set in a Application.cfm file :) > Here it is in app_locals.cfm. > > Sooo...since it is set there and all that... > why can't I get a listing of the client variables after I go through the > login procedure, why does it say that client variables aren't enabled? > > I mean right after I login, I run this file listclientvars.cfm , and it > doesn't list ANY client variables as being set, except the ones I set > myself > in that file (just to test). > What the HEY is going on? > Is this some sort of Fusebox thing? I mean...after I login, it HAS to > set > SOME variables, whether session or client..so why can't I output them?? > :-\ > > -Gel > > ----- Original Message ----- > From: "Philip Arnold - ASP" <[EMAIL PROTECTED]> > To: "CF-Community" <[EMAIL PROTECTED]> > Sent: Wednesday, June 26, 2002 6:51 AM > Subject: RE: Eday calendar integration..Fusebox.. > > > > > Does no application.cfm mean there are no cfapplicaton tags either? > I > > > don't believe it's possible to use client variables without a > > > cfapplication tag...iirc CF throws an error if you try. > > > > > > I'd do an extended find for a cfapplication tag hidden somewhere. > That > > > will tell you where the client variables are getting set. > > > > Application.cfm has nothing to do with the CFAPPLICATION tag > > > > It's just a template that is run as soon as the first template is > loaded > > > > You can put CFAPPLICATION tags anywhere you want, and put anything you > > want into application.cfm > > > > You need to use CFAPPLICATION to enable client variables > > > > Philip Arnold > > Technical Director > > Certified ColdFusion Developer > > ASP Multimedia Limited > > Switchboard: +44 (0)20 8680 8099 > > Fax: +44 (0)20 8686 7911 > > > > www.aspmedia.co.uk > > www.aspevents.net > > > > An ISO9001 registered company. > > > > ********************************************************************** > > This email and any files transmitted with it are confidential and > > intended solely for the use of the individual or entity to whom they > > are addressed. If you have received this email in error please notify > > the system manager. > > ********************************************************************** > > > > > > > > ______________________________________________________________________ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists
