- Reference >
- Database Commands >
- Sessions Commands
Sessions Commands¶
Note
For details on specific commands, including syntax and examples, click on the specific command to go to its reference page.
Command | Description |
---|---|
abortTransaction |
Abort transaction. New in version 4.0. |
commitTransaction |
Commit transaction. New in version 4.0. |
endSessions |
Expire sessions before the sessions’ timeout period. |
killAllSessions |
Kill all sessions. |
killAllSessionsByPattern |
Kill all sessions that match the specified pattern |
killSessions |
Kill specified sessions. |
refreshSessions |
Refresh idle sessions. |
startSession |
Starts a new session. |