Have them both use the same database for user / auth lookups. That's the simplest, assuming that both servers can access at least one of the SQL Servers. If that's a challenge, then build a quick webservice to wrap the authentication call, which is a good idea in any case, and then allow both apps to hit that service in order to set sessions.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| 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:331664 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

