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 in requests to change or add objects must be specified in ISO 8601 format in the client's local time zone.
Example
2016-03-19T13:09:08.123Z
Related topics