> i can't get it to work. i have amended my function as follows... > > ... > > <cflogin> > <cfloginuser name="#arguments.username#" > password="#arguments.password#" roles="#variables.roles#"> > </cflogin>
The CFLOGIN tag will only run for users that haven't already logged in. If you want to rerun CFLOGIN, you'd have to do something like this: <cflogout> <cflogin> ... </cflogin> I was thinking that maybe you could just run CFLOGINUSER. Normally, you only run that within the context of CFLOGIN, but this seems like an exceptional case. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ Fig Leaf Software provides the highest caliber vendor-authorized instruction at our training centers in Washington DC, Atlanta, Chicago, Baltimore, Northern Virginia, or on-site at your location. Visit http://training.figleaf.com/ for more information! ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Message: http://www.houseoffusion.com/lists.cfm/link=i:4:241267 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

