Thanks Dave, After skimming that article it seems to be talking about CFMX and Java apps on the same server instance. (we'd be operating 2 instances on the same box - CFMX on one, Java app on the other).
Stace -----Original Message----- From: Dave Carabetta [mailto:[EMAIL PROTECTED] Sent: Thursday, July 24, 2003 10:58 AM To: CF-Talk Subject: Re: CF J2EE and Sharing Sessions >I'm somewhat new to CF on J2ee (Weblogic) and I was wondering whether >sessions can be shared between JSP applications and CF. Both the CF and >the JSP/Java applications are operating under their own WebLogic >instance. Sure can. You have to enable J2EE Session Variables in the MX Administrator and restart the MX instance for them to take effect. Users will then be assigned a JSESSIONID with a unique token that will identify them. Then you can just follow this article to get yourself going with WebSphere: http://www-106.ibm.com/developerworks/ibm/library/i-coldstudio/ Regards, Dave. _________________________________________________________________ Add photos to your e-mail with MSN 8. Get 2 months FREE*. http://join.msn.com/?page=features/featuredemail ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| 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 Signup for the Fusion Authority news alert and keep up with the latest news in ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

