}
@Override
public IsisSession openSessionInstance(final AuthenticationSession authenticationSession) {
applySessionClosePolicy();
final IsisSession newSession = getSessionFactoryInstance().openSession(authenticationSession);
if (isCurrentThreadServer()) {
serverSession = newSession;
} else {
clientSession = newSession;
}