you could set up a second user object in reactor.xml using an alias such as
"basicUser" and only add the child relationships you need.

ex:
       <object name="user" alias="basicUser">

       </object>

then put basicUser in the session scope.

Cheers,
Doug S.


On 1/2/07, Joshua Scott <[EMAIL PROTECTED]> wrote:

 Hello,

In the a content management system, that I am building almost everything
is tied to the userid regarding security and rights etc...  Initially I was
simply saving the user record object to the session scope, this works well
no I worried about "session weight due to all of the related and child
object that also get stored to session. I only need the information stored
in the base table. Is there a way to detach a record from the child /
related record objects?

Thanks for the help,

Josh


 ------------------------------------------------

Joshua Scott

Resonant Media Technologies, LLC.

www.resonantmedia.com | blog.resonantmedia.com



"It is impossible to get out of a problem by using the same type of
thinking that it took to get into the problem." -- Albert Einstein



-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
-- --
Reactor for ColdFusion Mailing List
[email protected]
Archives at: http://www.mail-archive.com/reactor%40doughughes.net/
-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
-- --


-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
Reactor for ColdFusion Mailing List
[email protected]
Archives at: http://www.mail-archive.com/reactor%40doughughes.net/
-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --

Reply via email to