>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 This list and all House of Fusion resources hosted by CFHosting.com. The place for dependable ColdFusion Hosting. http://www.cfhosting.com Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

