PiwikTracker::disableCookieSupport PHP 메소드

disableCookieSupport() 공개 메소드

This can be disabled by calling this function.
    public function disableCookieSupport()
    {
        $this->configCookiesDisabled = true;
    }