ad_get_browser_id

one of the documented procedures in this installation of the ACS
Usage:
ad_get_browser_id
What it does:
Gets the browser ID.
Defined in: /web/philip/packages/acs-core/security-procs.tcl

Source code:


    global ad_conn
    return $ad_conn(browser_id)


philg@mit.edu