Which listener do I use to get notified when a session is migrated from one JVM to another?
With HttpSessionActivationListener I can get when a session is activated (sessionDidActivate) and passitivated (sessionWillPassivate) but from there, how do I get if it is another JVM or the same JVM and another session?