getCurrentTimestamp() ); } protected function getCurrentTimestamp() { self::$timestampToUse = max(@$this->visitorInfo['visit_last_action_time'],self::$timestampToUse); self::$timestampToUse += mt_rand(4,1840); return self::$timestampToUse; } protected function updateCookie() { @parent::updateCookie(); } }