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#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...