The SESSION
-command allows to modify the Airlock Gateway session:
;; SESSION session-command = current-session-command | foreign-session-command current-session-command = session-command-name "=" current-session-command-value session-command-name = "SESSION" current-session-command-value = "TERMINATE" | "NEWID" | "NEW" | "CLEAR" ;; SESSION[sid:{foreign session id}] session-command = current-session-command | foreign-session-command foreign-session-command = session-command-name "[sid:" foreign-session-id "]" "=" foreign-session-command-value session-command-name = "SESSION" foreign-session-id = 1*ALPHANUM foreign-session-command-value = "TERMINATE" ALPHANUM = ALPHA | DIGIT