It's a snap with CFMX. We are migrating from CF 4.5 and will be doing it that way.
With the new functionality, there is the CFLOGIN tag. This tag has an attribute called APPLICATIONTOKEN. If you set it up so that ll your apps have the same one, the CFLOGIN will not re-authenticate. The key to this system is to setup permissions for each app and use IsUserinRole() for each app to restrict access to non-authorized users if need be. There is an excellent article in the Macromedia Developers area. http://www.macromedia.com/desdev/mx/coldfusion/articles/ntdomain.html This article contains many ways of doing it. We use NT security with a custom roles database for each app on the site. Let me know if you need more or code snippets. Frank Mamone. ----- Original Message ----- From: "David Fafard" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Friday, August 16, 2002 5:13 PM Subject: Single Login - Multiple Apps > Hello, > > I'm fairly new to ColdFusion. > ( Purchased CFMX when it came out ) > > I'm writing multiple apps for an intranet > and wondering if I can have a single login > page and have all my apps share the session > variables from the intial login. > > If anyone can explain or direct me to a resource, > it would be a big help. > > Thanks, > Dave Fafard > > ______________________________________________________________________ This list and all House of Fusion resources hosted by CFHosting.com. The place for dependable ColdFusion Hosting. 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

