Vishal Narayan wrote: >I have my site developed in ColdFusion. I need to integrate this with a >message forum application written entirely in ASP. I need to pass session >information from my .cfm templates to the message forum. Essentially, if a >person is logged in on the site, they should be logged in on the forum as >well. > >What is the best way to do this ? Can session variables created in my >application.cfm file be accessed by the ASP application as well ? > > You'll need cfobject to communicate with ASP. This can be doen with a COM object in teh IIS SDK. But I've no idea if you can actually access the ASP session objects from there. Or you could use WDDX and make sure you pass it to ASP when you enter the forum,
But this would all be far from perfect. Maybe you could use a webservice for this, that is if you are running ASP.net Jesse ______________________________________________________________________ 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

