Interface SessionConfiguration.Builder

  • Method Details

    • sessionTimeoutInSeconds

      SessionConfiguration.Builder sessionTimeoutInSeconds(Integer sessionTimeoutInSeconds)

      The session timeout in seconds. After this timeout, the session expires and subsequent requests to this session will receive an error. The minimum value is 900 seconds (15 minutes), the maximum value is 28800 seconds (8 hours), and the default value is 3600 seconds (1 hour).

      Parameters:
      sessionTimeoutInSeconds - The session timeout in seconds. After this timeout, the session expires and subsequent requests to this session will receive an error. The minimum value is 900 seconds (15 minutes), the maximum value is 28800 seconds (8 hours), and the default value is 3600 seconds (1 hour).
      Returns:
      Returns a reference to this object so that method calls can be chained together.