> rather than in the CFC... Once I know the name change
> occurred in the
>> CFC, then shared-scopes is the first thing that comes to
>> mind for me.

> Ahh, good, finally a phrase I can search on! :-)

Though I think there's usually not a hyphen in it. :) And it's still
somewhat ambiguous, but if you combine it with other phrases like say
google: coldfusion + cfc + "shared scope" that might produce a few
relevant results.

> I'd have to know more about the specifics of your
> application to give
>> a really useful opinion on that... What kind of audit is
>> this,
>> where/how is the audit used? If it's just to get a query
>> for a report,
>> then there's a good chance using a CFC is overkill
>> (unless you're
>> building it into a larger object that performs other
>> related tasks).

> Maybe audit is a bad word to choose. Logging is a better
> word. The CFC would
> log specific actions that a user took so as to provide a
> log of the actions
> to the user when requested. A sort of history, if you
> will.

Oh okay... yeah, I would say either session or application ... depends
how it functions... if you just use a session variable (like
session.userid) to filter queries being executed in the
application.cfc then that's fine. If you want to actually store say an
array of previous actions in memory for frequent use and/or
modification (I have a tool in the Members onTap plugin that handles
undo/redo functionality for instance) then you might want to use
session storage.



s. isaac dealey   954.522.6080
new epoch : isn't it time for a change?

add features without fixtures with
the onTap open source framework

http://www.fusiontap.com
http://coldfusion.sys-con.com/author/4806Dealey.htm




~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:218433
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to