MongoDB\Driver\Session::getLogicalSessionId
PHP function
Edit on GitHub ✎
(mongodb >=1.4.0)
Returns the logical session ID for this session
Description
MongoDB\Driver\Session::getLogicalSessionId(): object
Returns the logical session ID for this session, which may be used to identify this session's operations on the server.
Parameters Parameters
Return Values
Returns the logical session ID for this session.