whos_online::interval (public)

 whos_online::interval

Defined in packages/acs-tcl/tcl/whos-online-procs.tcl

Returns the last number of seconds within a user must have requested a page to be considered online. Based on the LastVisitUpdateInterval parameter of the main site and defaults to 600 seconds = 10 minutes.

Author:
Peter Marklund

Testcases:
No testcase defined.
Source code:
    return [parameter::get  -package_id [subsite::main_site_id]  -parameter LastVisitUpdateInterval  -default 600]
XQL Not present:
Generic, PostgreSQL, Oracle
[ hide source ] | [ make this the default ]
Show another procedure: