Is it possible to add items to the
CFLOGIN structure?
I have tried
this.........
<cflogin>
<cfloginuser name="#checkUser.Username#" password="" roles="All">
<cfset CFLOGIN.UserID = checkUser.UserID>
<cfset getAllowedModules = request.adminModules.getAllowed(UserID="#checkUser.UserID#")>
<cfset CFLOGIN.AdminModules = ValueList(getAllowedModules.AdminModuleID)>
<cfloginuser name="#checkUser.Username#" password="" roles="All">
<cfset CFLOGIN.UserID = checkUser.UserID>
<cfset getAllowedModules = request.adminModules.getAllowed(UserID="#checkUser.UserID#")>
<cfset CFLOGIN.AdminModules = ValueList(getAllowedModules.AdminModuleID)>
</cflogin>
But the values dont exists in the
CFLOGIN scope
If not, how are you guys handling
your login environment? Just via the session scope?
Regards
Steve Onnis
Domain Concept Designs
+61 422
337 685
+61 3 9431 4249
| http://www.domainconceptdesigns.com [EMAIL PROTECTED] |
http://www.cfcentral.com.au [EMAIL PROTECTED] | |
|
|
("If you think it can't be done, you haven't asked me!") - Steve Onnis
You are currently subscribed to cfaussie as: [EMAIL PROTECTED]
To unsubscribe send a blank email to [EMAIL PROTECTED]
MX Downunder AsiaPac DevCon - http://mxdu.com/
