0 Replies Latest reply on Jul 31, 2009 2:51 AM by vphanibhushanreddy

    Clustering JBoss for stateless session beans in a typical si

    vphanibhushanreddy

      Hello Everyone,

      I have a very typical requirement, I'm not sure how to achieve it.

      Issue is client calls a log in stateless bean and then retrieves session details. From then, same client can call any other bean by providing session details.If I have to run this application in clustered environment. How can I make sure session details are preserved on all nodes?

      Any help would be really appreciated.