Skip to main content
Participating Frequently
January 16, 2011
Question

Session Replication in ColdFusion 9 J2EE

  • January 16, 2011
  • 1 reply
  • 709 views

I am attempting to use session replication in ColdFusion 9 J2EE running under Oracle iPlanet Web Server (formally SunOne).  I've deployed the web app in iPlanet and the session replication feature seems to work fine with JSP pages, but not CFM or CFC.  I've configured my web.xml and sun-web.xml files per the documentation.

Thoughts? Am I missing settings somewhere?

Any help would be much appreciated.

~Michael Sale, MCSD

mjsale at gmail dot com

This topic has been closed for replies.

1 reply

BKBK
Community Expert
Community Expert
January 25, 2011

You have to enable the use of J2EE sessions in ColdFusion. To do so, open the ColdFusion Administrator and navigate to Server Settings => Memory Variables. Check the box to Use J2EE session variables, and press the button to Submit Changes.