{
logger.debug("Destroying a session with session id : ", new Object[]{event.getSession().getId()});
ContextFactory.destroySessionContext(event.getSession());
ConversationManager conversationManager = ConversationManager.getInstance();
conversationManager.destroyConversationContextWithSessionId(event.getSession().getId());
}
public void applicationStarted(Object startupObject)
{
ServletContext servletContext = null;