Do you have the ability to modify the .Net authentication procedure? If you do, you could move all the session info in to the database and modify the .Net authentication to check your session table before issuing the challenge.
If it's the same domain you could store everything in a cookie instead of the database and have both CF and .Net look for the cookie for authentication info as well. -----Original Message----- From: Matthew [mailto:[email protected]] Sent: Friday, March 12, 2010 11:58 AM To: cf-talk Subject: Authenticating against .NET 2.0 website Hi all, I have managed to convince a client to go for ColdFusion as a solution amongst different option offered. Problem: the client currently has an existing site but wants a single login for the existing site a .net 2.0 site hosted on iis6.1and SQL 2k server and the CF website hosted on cf8, iis7 on SQL 2008. What do you guys suggest for cross platform authentication? Your suggestions are greatly appreciated. Many thanks, Matt. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:331674 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

