i have some sample code like this:
JavaBean aaa = new JavaBean();
session.setAttribute("aaa",aaa);
strange thing is : two different computers will finally get same session object value.
is any way to solve it? thanks
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4025918#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...