PiwikTracker::disableCookieSupport PHP Méthode

disableCookieSupport() public méthode

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