[jboss-user] [EJB 3.0] - few basic questions in ejb
haplo_3
do-not-reply at jboss.com
Fri Oct 13 04:30:39 EDT 2006
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)
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3978102#3978102
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3978102
More information about the jboss-user
mailing list