Represents the lifetime metadata associated with a user session.
The properties use short keys to minimize cookie and storage size, since this structure may be serialized as part of session data.
All timestamps are expressed as Unix epoch time (seconds).
Session creation time.
The moment the session was initially established.
Optional
Optional expiration time.
Last updated time.
Updated whenever the session is refreshed or extended (for example, during sliding expiration).
Represents the lifetime metadata associated with a user session.
The properties use short keys to minimize cookie and storage size, since this structure may be serialized as part of session data.
All timestamps are expressed as Unix epoch time (seconds).