Announcement

Collapse
No announcement yet.

Release 6.20.1: Introduced configuration parameter to control Http session handling

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Release 6.20.1: Introduced configuration parameter to control Http session handling

    Bug 21468 reveals the need to control Http session handling

    # The maximum number of active sessions that will be created by this Manager,
    # or -1 (the default) for no limit.
    com.openexchange.servlet.maxActiveSessions=-1

    # The initial maximum time interval, in seconds, between client requests before a session is invalidated.
    # A negative value will result in sessions never timing out.
    # If the attribute is not provided, a default of 1800 seconds is used.
    com.openexchange.servlet.maxInactiveInterval=1800
Working...
X