Typically for this sort of scenario I use a Session Facade. This is simply a CFC that explicitly accesses the Session Scope, but does nothing else.
I'll see if I can dig up a sample from some of my code... -Cameron On Wed, Mar 19, 2008 at 4:15 PM, Mischa Uppelschoten ext 10 < [EMAIL PROTECTED]> wrote: > In reading up on the issue I'm having, I'm finding that some people > advocate for components only to work on variables that get passed into them, > and not rely on session or application vars. > > Suppose I have a control (cfgrid) that I want to use to display > information only for the logged in user. It is bound to a function in a cfc. > What is the best practice for securing this scenario? > Thanks! > Mischa. > > > > ------------------------------------------------------------- > Annual Sponsor FigLeaf Software - http://www.figleaf.com > > To unsubscribe from this list, manage your profile @ > http://www.acfug.org?falogin.edituserform > > For more info, see http://www.acfug.org/mailinglists > Archive @ http://www.mail-archive.com/discussion%40acfug.org/ > List hosted by http://www.fusionlink.com > ------------------------------------------------------------- > > > > -- Cameron Childress Sumo Consulting Inc http://www.sumoc.com --- cell: 678.637.5072 aim: cameroncf email: [EMAIL PROTECTED] ------------------------------------------------------------- Annual Sponsor FigLeaf Software - http://www.figleaf.com To unsubscribe from this list, manage your profile @ http://www.acfug.org?fa=login.edituserform For more info, see http://www.acfug.org/mailinglists Archive @ http://www.mail-archive.com/discussion%40acfug.org/ List hosted by http://www.fusionlink.com -------------------------------------------------------------
