yii\captcha\CaptchaAction::getSessionKey PHP 메소드

getSessionKey() 보호된 메소드

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