Hi,
Can any one suggest me the ways to migrate the session information from one JVM to another JVM?
One approach that I know is persisting session information in a database.
Is there any other way to migrate sessions?
I am using JBOSS App. Server, and I wanna migrate session from one JVM to another JVM, both JVMs may run in same machine or different machine.