I've built my own login frameworks up till now, and I thought it was time I
understood what is in the CFLOGIN framework that's inbuilt in CFMX6.1.
(Yes, I know its not as flexible as rolling your own, but if it performs as
'advertised' looks like a quick way to get fairly simple authentication on a
site. 

[A]  While it's less flexible that rolling your own framework, is it
reliable within what it's supposed to do? 

[B] Am I understanding the roles functionality correctly in that users can
only be in one group - that the isUserInRole() function can only reference
an entire field and not a part of a field.  (i.e. you can have roles like
"Admin" and "Owner"  but not "Admin,Owner,Contributor" unless you are going
to reference them as follows: isUserInRole("Admin,Owner,Contributor")  )

[C] Where are the user's variables stored?  They don't appear to be part of
the session scope.


Cheers
Mike Kear
Windsor, NSW, Australia
AFP Webworks
http://afpwebworks.com






---
You are currently subscribed to cfaussie as: [EMAIL PROTECTED]
To unsubscribe send a blank email to [EMAIL PROTECTED]
Aussie Macromedia Developers: http://lists.daemon.com.au/

Reply via email to