Pop\Web\Session::getId PHP Méthode

getId() public méthode

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