> I just installed MX and can't seem to find the Advanced > Securiy setting. > > Is it gone? seperate install?
The SiteMinder engine and CF's interface to that engine have been banished to the hell from whence they came. In place of that, CF MX has a different security architecture, which appears to be fully integrated into CF MX, rather than being bolted on like Frankenstein's head. Security for developers is managed in the CF Administrator, under "Sandbox Security", while security for users is handled with the CFLOGIN, CFLOGOUT, CFLOGINUSER tags and the GetAuthUser and IsUserInRole functions, which essentially are wrappers for whatever authentication source (database, LDAP, etc) that you want to use. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ voice: (202) 797-5496 fax: (202) 797-5444 ______________________________________________________________________ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

