Currently , Session disconnect delay is fixed as below: ```java public class SessionServerConnectionFactory { private static final Logger LOGGER = LoggerFactory .getLogger(SessionServerConnectionFactory.class); private static final int DELAY = 30 * 1000; private static final Map EMPTY_MAP = new HashMap(0); ```