1 Reply Latest reply on Oct 21, 2006 10:22 AM by laszlo.fogas

    few basic questions in ejb

    haplo_3

      I manage to do some of the tutorials for stateful session but i have few quesntions (since i'm newbie and all)

      i'm trying to understand the whole point of this session issue
      if i have a client that request a method from the bean lets say rendom string, the bean return the string the client print it.

      how can i keep the value of the string ? so when the client re connect he will get the same string and not random one.

      how can i tell the difference between each session? is there any session id ? what makes the session uniqe, is that the value i'm passing with "create()"?
      (too newbie?srry)