PiwikTracker::disableCookieSupport PHP Method

disableCookieSupport() public method

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