DEFRECORD KCML_SESSION_SETTIMEOUT

Record passed to KCML_Session_SetTimeout function
FLD namePack formatPurpose
KCML_SESSION_SETTIMEOUT_TimeoutTime in seconds from last access before timeout is first called.
KCML_SESSION_SETTIMEOUT_KeepAliveTime in seconds to wait for keepalive prompt from the client.
KCML_SESSION_SETTIMEOUT_CallbackSYM of function that is called when the timeout is reached. e.g. 'SessionCallback(BYREF s$_KCML_SESSION_TIMEOUT)
KCML_SESSION_SETTIMEOUT_UserUser defined SYM that is passed to the callback function
KCML_SESSION_SETTIMEOUT_SSOTokenExpiryBOOLCall the callback when SSO token needs to be reauthenticated.