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?

没有正确的解决方案

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top