getIdSiteIfExists()) != 1) { return false; } $information = $this->getReferrerInformationFromRequest($request, $visitor); if ($information['referer_type'] == Common::REFERRER_TYPE_WEBSITE && $this->isReferrerInformationNew($visitor, $information) ) { Common::printDebug("Existing visit detected, but creating new visit because website referrer information is different than last action."); return true; } return false; } }