|=== |Path|Type|Description |`+sessions+` |`+Array+` |Sessions for the given username. |`+sessions.[].id+` |`+String+` |ID of the session. |`+sessions.[].attributeNames+` |`+Array+` |Names of the attributes stored in the session. |`+sessions.[].creationTime+` |`+String+` |Timestamp of when the session was created. |`+sessions.[].lastAccessedTime+` |`+String+` |Timestamp of when the session was last accessed. |`+sessions.[].maxInactiveInterval+` |`+Number+` |Maximum permitted period of inactivity, in seconds, before the session will expire. |`+sessions.[].expired+` |`+Boolean+` |Whether the session has expired. |===