문제

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