Entity representing a user session.
The account associated with the session.
Date when the session was created.
Difference between the expiration date and the creation date.
the difference in seconds
Date when the session expires.
Unique token of the session.
Checks if the session is expired.
true if the session is expired, false otherwise
Entity representing a user session.