Create a user session.
The ID of the user creating the session.
The new session record.
Delete all old user sessions.
The user's ID.
Delete a user session.
The session's ID.
Delete all sessions associated with a user.
The user's ID.
Get a user session record.
The session's ID.
The user session record.
Get the user associated with a session.
The session's ID.
The user associated with the session.
Get all sessions associated with a user.
The user's ID.
All sessions associated with the user.
Determine whether or not a session exists.
The session's ID.
Whether or not the session exists.
Generated using TypeDoc
Session table service.