Example of Session Refresh

Consider the following example where the session having cookie "JSESSIONID=MfDshWaTXBoHtCcsoyaRQYOz" is refreshed or not in the repository named "Company".

Example - Request

Cookie: JSESSIONID=MfDshWaTXBoHtCcsoyaRQYOz;

Example - Response

The response returns the message that the session was refreshed successfully.

{
  "sessionId": "jzuTA1HH13tk+xh4lkGaPkXw.undefined",
  "errorCode": "",
  "errorMessage": "",
  "result":    {
     "severity": "Info",
     "code": "SVC-11341",
     "description":       {
        "lang": "English",
        "message": "Your session refreshed successfully."
     }
  }
}