Previous Topic: API LogoutNext Topic: CA User Activity Reporting Module API Examples


About API Sessions

CA User Activity Reporting Module creates a session each time you use an API call. The persistence of these sessions differs depending on the authentication method you use:

CA User Activity Reporting Module closes certificate-authenticated sessions under the following circumstances:

The CA User Activity Reporting Module session timer begins to count down, and ends the session after the timeout value you have configured expires.

If many getQueryViewer or getReportViewer calls are in use, there can be a number of open but idle sessions. To reduce the system resources used by such sessions, use the logout command to end a session when an outside product user logs out, or an outside product session ends.

More information:

Query and Report Viewer Calls

API Authentication

API Certificate Creation

API Login

API Logout