1 Reply Latest reply on Nov 8, 2001 6:55 PM by schaefera

    Caching remote object

    pkghosh

      Does anyone see any problem caching the remote object reference in the HTTPSession. I am already using a cache for the home objects.

      Pranab

        • 1. Re: Caching remote object
          schaefera

          I think this not going to work. It is up to the EJB-Container how it implements this. Also note that Beans can be passivated/activated which most likely ends up with another reference and your call goes into Nirvana.

          Andy