DEFRECORD KCML_SESSION_SETTIMEOUT
Record passed to KCML_Session_SetTimeout function| FLD name | Pack format | Purpose |
|---|---|---|
| KCML_SESSION_SETTIMEOUT_Timeout | Time in seconds from last access before timeout is first called. | |
| KCML_SESSION_SETTIMEOUT_KeepAlive | Time in seconds to wait for keepalive prompt from the client. | |
| KCML_SESSION_SETTIMEOUT_Callback | SYM of function that is called when the timeout is reached. e.g. 'SessionCallback(BYREF s$_KCML_SESSION_TIMEOUT) | |
| KCML_SESSION_SETTIMEOUT_User | User defined SYM that is passed to the callback function | |
| KCML_SESSION_SETTIMEOUT_SSOTokenExpiry | BOOL | Call the callback when SSO token needs to be reauthenticated. |