* {@link com.hazelcast.web.SessionListener} to
* {@link org.springframework.security.core.session.SessionRegistry}
* ),
* it will be just updated.
*/
appContext.publishEvent(new HttpSessionCreatedEvent(session));
LOGGER.finest("Published create session event for Spring for session with id "
+ session.getId());
}
}