}
this.messageSender = messageSender;
// make sure that the session expires at the same time on other nodes and that the session
// is created on the nodes even if no attributes are set
SessionMessage message = new SetMaxInactiveIntervalMessage(contextPath, getId(), getMaxInactiveInterval());
messageSender.sendMessage(message);
}