> I am working on an application that consists of different applications > and there is a single sign on for it and I am using Central > Authentication Service (CAS) for it. The problem I am facing is that > once the user logs out, I need to go on all the applications and > destroy their session variables as all these applications are running > on different servers at different locations. Can someone help me how > can I destroy all the session variables on different applications. Is > there a way I can use cfhttp or I should use something else. Thanks in > advance for any help you provide.
Dont know the full details but I think if you have the respective CFID and CFToken values of each individual application, then you can may be call logout.cfm on each app using cfhttp with session identifier url parameters???? Just a guess, elders should correct me. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;203748912;27390454;j Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:309981 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

