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