The session datatype is used for representing a unique
user session.
Methods
Returns name of the citizen logged in, or null if none.
Returns timestamp when this session was created.
Returns the unique ID of this session.
Returns timestamp when this session was last accessed.
Invalidates this session, removing it from session container
Updates time of last access.
Attributes
Attributes stored to session.
References
Attributes stored to session.