yii\captcha\CaptchaAction::getSessionKey PHP Méthode

getSessionKey() protected méthode

Returns the session variable name used to store verification code.
protected getSessionKey ( ) : string
Résultat string the session variable name
    protected function getSessionKey()
    {
        return '__captcha/' . $this->getUniqueId();
    }