Just a possibility to get rid of this problem could be to transfer the session
informations between the client and server (like cookies). If this would be to big, you
can also maintain all session information on the server side (database) and just transfer
the session id.
We are using the second approach where the client sends with every request his session id
to the server. This can be done by facading the already written ejb's with another ejb
but needs change in every server request at client side.
Hope this helps in a way.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4225926#...
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&a...