yii\captcha\CaptchaAction::getSessionKey PHP Method

getSessionKey() protected method

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