SetInactiveSessionTtl constructor

SetInactiveSessionTtl(
  1. {required int inactive_session_ttl_days,
  2. int? extra,
  3. int? clientId}
)

Changes the period of inactivity after which sessions will automatically be terminated

Returns Ok

Implementation

SetInactiveSessionTtl