Re: Fusebox sessions
On Fri, 1 Oct 2004 07:34:54 -0700, Rodger <[EMAIL PROTECTED]> wrote: > I want to put all of the session info that I would normally put into > application.cfm using fusebox. > Info such as " There is a general consensus that Application.cfm doesn't need to be used with Fusebox because every request goes through index.cfm - so you can put things in index.cfm or fbx_Settings.cfm depending on whether you need it to happen before or after the Fusebox core files get control. > I am currently using fusebox 3. Is there any chance you can move to the Fusebox 4 or Fusebox 4.1 core files? You'll find life much easier with those than with Fusebox 3. -- Sean A Corfield -- http://www.corfield.org/ Team Fusebox -- http://www.fusebox.org/ Got Gmail? -- I have 6 invites "If you're not annoying somebody, you're not really alive." -- Margaret Atwood [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]
RE: Fusebox sessions
FBX-Settings is a circuit level settings file, Circuits inherit what is placed in FBX-Settings of their parent and then can either add or overwrite specific information to their own fbx-settings files. Global information would go in the fbx-settings file of the top level parent. However I do agree with Michael Tangoree about FB4. If you are just learning this, you should be learning FB4. If your concern is that you are on CF5 and can't use the XML parser required, then you can go into FUSEQ which is a hybrid between FB3 and FB4. FuseQ can be found at http://www.techspedition.com. A lot of what was in FuseQ came into what is now FB4 including ContentVariables and the ability to call fuseactions within fuseactions. A good place to search for information would be on the forums at fusebox.org. Sandy Clark - Team Fusebox http://www.shayna.com CF Pretty Accessible at http://www.shayna.com/blog Now offering 4 days Hands on CSS training October 11-14th. Rockville, MD. For more information go to: http://www.teratech.com/training/oc_classes.cfm#css _ From: Rodger [mailto:[EMAIL PROTECTED] Sent: Friday, October 01, 2004 10:35 AM To: CF-Talk Subject: Fusebox sessions I want to put all of the session info that I would normally put into application.cfm using fusebox. Info such as " I am currently using fusebox 3. Rodger Meier [EMAIL PROTECTED] _ [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]
RE: Fusebox sessions
> I want to put all of the session info that I would normally > put into application.cfm using fusebox. > Info such as " > > I am currently using fusebox 3. If you are just starting the project, I would switch to FB4 if possible. The organization, speed, and overall performance is A LOT better. I haven't used FB3 since 4 came out in beta... I forgot FB3! Someone will chime in... But seriously, go get FB4 core files, you will love it. Michael T. Tangorre [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]