Pop\Web\Session::getId PHP Method

getId() public method

Return the current the session id.
public getId ( ) : string
return string
    public function getId()
    {
        return $this->sessionId;
    }