Jasny\SSO\Broker::getCookieName PHP 메소드

getCookieName() 보호된 메소드

Note: Using the broker name in the cookie name. This resolves issues when multiple brokers are on the same domain.
protected getCookieName ( ) : string
리턴 string
    protected function getCookieName()
    {
        return 'sso_token_' . preg_replace('/[_\\W]+/', '_', strtolower($this->broker));
    }