DB\Mongo\Session::close PHP Method

close() public method

Close session
public close ( ) : TRUE
return TRUE
    function close()
    {
        $this->reset();
        $this->sid = NULL;
        return TRUE;
    }