maxSessionIdleTime property

int? maxSessionIdleTime
getter/setter pair

Sets the in-app idle time in seconds after which all current sessions will be closed.

The default null value means there is no maximum time.

Implementation

int? maxSessionIdleTime;