VISIT_TIMEOUT — time after which user request is treated as new visit
This variable specifies the minimal time required between two user requests, for the next request to be treated as the beginning of a new user visit (and not as part of the current series of requests).
Interchange 5.9.0:
Source: code/UI_Tag/traffic_report.coretag
Line 101 (context shows lines 91-105)
05 May
06 June
07 July
08 August
09 September
10 October
11 November
12 December
/;
my $timeout = $::Variable->{VISIT_TIMEOUT} || (30 * 10);
my $by_day = $opt->{by_day} || $CGI::values{ui_by_day};
my $len;
$len = $by_day ? 8 : 6;