0 Replies Latest reply on Dec 15, 2004 6:17 AM by paceant

    Stateful session bean are non isolated but shared.

    paceant

      I am creating for test an ecommerce application (a website), but the shoppingCart (a stateful session bean) is not isolated, is shared between all the customers connected, why?
      I accessing it by is Local (or remote) interface using servlets and jsp.