JdbcSession
with the given ID. This is a no-op if the session has already been closed. Closing a session will automatically {@link JdbcSession#dispose() dispose} it. @param id the ID of the session to close @param jitterbitUser the name of the jitterbit user that created the session @param password the MD5 hash of the jitterbit user's password @throws EngineSessionException if the provided credentials do not match the credentials with which the session was originally created with
|
|