質問

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