The status a session is saved in a cookie. This cookie contains an encrypted security token which is used to restore a login to the API Server if the API Server was restarted in the mean time. The security token is cryptographically signed by the certificate selected on installation.
NOTE: If the API Server's current user restarts the browser, the cookie and its session information are reset.
Related topics
You can use the imx/sessions/<API project name> API method to query the status of the session. The response contains the following information:
Related topics
HTTP requests can apply the following HTTP methods:
-
Get: This method requests data from the application server.
-
Put: This method changes data on the application server.
-
Post: This method creates data on the application server.
-
Delete: This method deletes data on the application server.
Date values must provided in ISO 8601 format in UTC in queries that change or add objects.
Example
2016-03-19T13:09:08.123Z
Related topics