Pop\Web\Session::getId PHP 메소드

getId() 공개 메소드

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