Versions Compared

Key

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

...

The AQ_Dashboard_Widget creates a nested session in the current session. When looking at "Application X," this noticeable as "Session A-1" is a child session of "Session A". Direct nested sessions are cleaned up when its parent session is closed or removed. For External Flow sessionS sessions this is not directly the case. 

...

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

...