Hope this is a short thread... we will see. I want to manage users at an administration level, and helt the user object have personal access to the current session user.
- My thought at this point is to have a "users" object with nested (has a) relationships to each "user" instance. - I need this to be persistant. (database slows things, so thought would set it to session scope) - The access to the admin functions could be restricted by setting the roles. Thus, the user object seems a good solution at this point. Comments and thoughts please. (And let's be nice if someone thinks different than we do.) John Farrar ---------------------------------------------------------- You are subscribed to cfcdev. To unsubscribe, send an email to [EMAIL PROTECTED] with the word 'unsubscribe cfcdev' in the message of the email. CFCDev is run by CFCZone (www.cfczone.org) and supported by Mindtool, Corporation (www.mindtool.com).
