remember-session-lifetime
Use the remember-session-lifetime configuration entry to specify the
maximum lifetime, in minutes, for a session token.
Syntax
remember-session-lifetime = <number_of_minutes>
Description
The number of minutes that the remember-session token will remain valid. A value of -1 indicates that the token will never expire.
Options
- <number_of_minutes>
- An integer value specifying the number of minutes for which the session token is valid. There is no maximum value. A value of -1 indicates that the token will never expire.
Usage
This stanza entry is required.
Default Value
10080
Example
remember-session-lifetime = 10080