sec_session_timeout

one of the documented procedures in this installation of the ACS
Usage:
sec_session_timeout
What it does:
Returns the timeout, in seconds, for sessions.
Defined in: /web/philip/packages/acs-core/security-procs.tcl

Source code:


    return [ad_parameter SessionTimeout "" 86400]


philg@mit.edu