Give expiration timestamp in session info
When requesting information about a session with https://icatplus.esrf.fr/session/:sessionId
the server returns an object with remainingMinutes: 719.99905
.
It would be very convenient to have something like a expiryTimestamp
so that we can only request it once and then compare the current date with this timestamp instead of frequently asking the server how long is left.