(mongodb >=1.4.0)
The MongoDB\Driver\Session class represents a client session and is returned by MongoDB\Driver\Manager::startSession(). Commands, queries, and write operations may then be associated the session.
MongoDB\Driver\Session::TRANSACTION_NONEThere is no transaction in progress.
MongoDB\Driver\Session::TRANSACTION_STARTINGA transaction has been started, but no operation has been sent to the server.
MongoDB\Driver\Session::TRANSACTION_IN_PROGRESSA transaction is in progress.
MongoDB\Driver\Session::TRANSACTION_COMMITTEDThe transaction was committed.
MongoDB\Driver\Session::TRANSACTION_ABORTEDThe transaction was aborted.