The fusebox book mentions putting the call to CF_FORMURL2Attibutes in
app_globals.cfm. Is there any reason this call couldn't be in
Application.cfm? If its in app_globals then couldn't you end
up calling the tag more than once, if you call other fuseboxes
(index.cfm's, I think) from within your current fuse? This is
unnecessary overhead, right?
What about if I had a tag that checked if a user was logged in.
Would it be better to call this tag from Application.cfm, ensuring
that the check is only done once per http request, or would it be
better in app_globals? The only thing I can think of is if your
unsecure fusebox (index.cfm) calls a secure fusebox, then that
call would bypass the check-logged-in tag in the secure fusebox's
Application.cfm.
Thanks,
-Ryan
------------------------------------------------------------------------------
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/fusebox or send a
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.