getSessionRecoveryTimeout method

int getSessionRecoveryTimeout()

Inquiry method that gets the maximum time allowed for attempts to recover the current session upon an interruption, after which a new session will be created.

A 0 value also means that any attempt to recover the current session is prevented in the first place.

Returns The maximum time allowed for recovery attempts, possibly 0.

Implementation

int getSessionRecoveryTimeout() {
  return _sessionRecoveryTimeout;
}