New question about cfloginuser attribute "roles". I try something tonight and it seems that I cannot make it to work. So I will explain...
I have a user "members" role and I have a user "guest" role. They both login with their role... I want them both to be able to call my CFC methods which is... <cffunction name="GetSlides" access="remote" returnType="query" roles="member_role,guest_role"> It does not seems to work and I did not put any space between them!.... I just hope that two different users like member and guest can be able to execute my methods with their own role! I'm always getting the error that is not authorized... It's only the first CFC role that is valid... So in this case the member can get the GetSlides... but the guest is unauthorized... I'm missing something! Thanks Stephane ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4 FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Your ad could be here. Monies from ads go to support these lists and provide more resources for the community. http://www.fusionauthority.com/ads.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

