Skip to main content
Aria Knowledge Central

validate_session_m Guide

Determines the validity of a specified session and the user with which a session ID is associated.

API Specification: validate_session_m
Required Fields:
  • <client_no>
  • <auth_key>
  • <session_id>

Error Codes

Error Code/Description Associated Inputs

1001: unexpected error

 

1004: authentication error

Associated Inputs: auth_key, client_id, client_no

<client_no>, <auth_key>

1011: invalid session

Associated Inputs: session_id

Additional Comments: The session does not exist, has expired, or is invalidated.

<session_id>
 
  • Was this article helpful?