Merge remote-tracking branch 'origin/jetty-9.4.x'

This commit is contained in:
Jan Bartel 2016-11-03 14:26:19 +11:00
commit 3bbd068399
1 changed files with 1 additions and 1 deletions

View File

@ -859,7 +859,7 @@ public class Session implements SessionHandler.SessionIf
if (result)
{
//tell id mgr to remove session from all other contexts
((DefaultSessionIdManager)_handler.getSessionIdManager()).invalidateAll(_sessionData.getId());
_handler.getSessionIdManager().invalidateAll(_sessionData.getId());
}
}
catch (Exception e)