pub unsafe extern "C" fn s2n_config_set_session_state_lifetime(
    config: *mut s2n_config,
    lifetime_in_secs: u64
) -> c_int
Expand description

Sets the lifetime of the cached session state. The default value is 15 hours.

@param config The configuration object being updated @param lifetime_in_secs The desired lifetime of the session state in seconds @returns S2N_SUCCESS on success. S2N_FAILURE on failure