SessionExpirationIdleTime
The number of seconds that a conversation session can be idle for before it expires.
Answer Server runs an expiration operation regularly every SessionExpirationInterval. When a session has been idle for longer than the specified idle time when the expiration operation runs, the session expires.
If a user attempts to interact with an expired session, it returns an error.
Type: | Integer |
Default: | 300 |
Allowed Range: | Minimum: 10 |
Required: | No |
Configuration Section: | MySystem |
Example: | SessionExpirationIdleTime=600
|
See Also: |