} catch (Exception e) {
log.info(e.getMessage());
}
}
bayeux.setSecurityPolicy(new CowebSecurityPolicy());
/* Create the SessionManager instance. The SessionManager also listens
* to all bayeux traffic. */
this.sessionManager = SessionManager.newInstance(cowebConfig, bayeux);
}