I'm using REQUEST scope for logging a current users actions so that I don't
have to use CFLOCK all over the place, then in OnRequestEnd I'm copying it
into an Application scoped structure which holds many users logs...

Ben.

> -----Original Message-----
> From: Jason Lotz [mailto:[EMAIL PROTECTED]]
> Sent: 21 November 2000 16:36
> To: Fusebox
> Subject: RE: Fusebox internal logging.
>
>
> Ben,
> Your idea seems to require application scope variables instead of request
> scope.  Request scope is not persistent between page hits and are
> unique to
> each user.  If you use application scope, then you can be sure to
> have only
> one persistent structure for all users.  Also, I believe the only way to
> insert a record for each user in a structure is to do a loop.
> Maybe some DB
> mastermind out there will know of a different way, but I am fairly sure.
>
> Jason
> Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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

Reply via email to