StoredStateTokenExpiryPeriod
The number of seconds between checks for expired stored state tokens. When QMS runs the checks, it expires and deletes any tokens that have exceeded the configured StoredStateTokenLiftetime.
If you do not want to expire tokens, you can set StoredStateTokenExpiryPeriod
to 0
.
NOTE: If you set StoredStateTokenLiftetime to 0
, StoredStateTokenExpiryPeriod
has no effect.
Type: | Integer |
Default: | 60 |
Required: | No |
Configuration Section: | [Server] |
Example: | StoredStateTokenExpiryPeriod=600
|
See Also: | StoredStateTokenLiftetime |