Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Sessions will expired once there is no interactions between the user and the session. For external sessions to work smoothly, without running into unexpected 'Session Expired' problems, the session timeout on the External Flow Server should atleast have the same time-to-live as the Host Server. When the session time-out is shorter on the External Flow Server it is possible you will run into 'Session Expired' errors.

Configuration

Session timeout can be configured by configuring the following properties, when no configuration is provided the default will be set to 30 minutes.

Code Block
languagetext
titleRedis Configuration
spring.session.timeout=15m
Code Block
languagetext
titleIn-Memory Configuration
 server.servlet.session.timeout=30m