Name

VISIT_TIMEOUT — time after which user request is treated as new visit

SYNOPSIS

{ seconds }

DESCRIPTION

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).

VARIABLE TYPE

Catalog variable

EXAMPLES

Example: Setting VISIT_TIMEOUT

Variable VISIT_TIMEOUT 600

NOTES

AVAILABILITY

VISIT_TIMEOUT is available in Interchange versions:

4.6.0-5.9.0 (git-head)

SOURCE

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;

AUTHORS

Interchange Development Group

SEE ALSO

DocBook! Interchange!