Is there anyway we can configure the interval of reconnect retry? We terminate the LS session if user credential expires after long time inactivity. But LS automatically tries to reconnect and will be redirected to login page due to invalid credential. This results in thousands hits to our login server. So can we configure the interval to retry? Ideally we like it to try couple times with short interval. If all fails, then we like it to double/triple the interval each time. Is it possible? Thanks