SSO session duration#

The duration of a user’s SSO session may be affected by the blc cookie validity period on the Blitz Identity Provider side. By default, the blc cookie validity period is 10800 seconds. If the maximum session duration exceeds this value, a user may be asked to log in again as soon as the cookie expires, even with an active SSO session.

To adjust the cookie validity period, add the lstateTtlInSec parameter to the blitz.prod.local.idp.login block of the blitz.conf configuration file with a value equal to or greater than the maximum session duration.

"lstateTtlInSec" : 20200