sec_session_cookie_reissue

one of the documented procedures in this installation of the ACS
Usage:
sec_session_cookie_reissue
What it does:
Returns the period, in seconds, after which we should reissue the session_id cookie and update last_hit in the sessions table.
Defined in: /web/philip/packages/acs-core/security-procs.tcl

Source code:


    return [ad_parameter SessionCookieReissue "" 600 ]


philg@mit.edu