> -----Original Message----- > From: John Sprenkle [mailto:[EMAIL PROTECTED] > Sent: Wednesday, June 18, 2003 11:27 AM > To: CF-Talk > Subject: Sharing login state among applications in Intranet > > The APPLICATIONTOKEN was not working in that when we would go to another > app, the user gets re-prompted to enter the login and password. Now that > we made all of the app names the same in each Application.cfm, it is > working. But like you said, we don't know if this is the best solution. > Right now, each app is in its own sub-directory with its own > Application.cfm. Perhaps we should make one Application.cfm in root > directory? Should the APPLICATIONTOKEN be working with mulitple > Application.cfm files? Thanks for your continued help.
For my work at NEF/MetLife I designed a system called "CrossApplicationTrust" that defined several interfaces (using WDDX) to pass encrypted identification information from application to application. Each application defines what information would be passed using a distributed assertion system (I say I'll be giving this, and here's the definition so you can test me). The system remembers each application accessed and can provide for aliasing to any application. (It was designed originally to allow customer service reps to access customer screens as customers without losing their identities in the process). As long as encryption key management can be dealt with the system works across servers/sites and application platforms (although only a CF implementation is currently fully working we've also done partial implementations in Java and ASP). It sounds like it may be too complex for what you're doing, but if not drop me a line and I can tell you more about it. Jim Davis President, http://www.depressedpress.com Webmaster, http://www.firstnight.org Webmaster, http://www.cfAdvocacy.org Senior Consultant, http://www.metlife.com ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| 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

