ad_get_user_id

one of the documented procedures in this installation of the ACS
Usage:
ad_get_user_id
What it does:
Gets the user ID, without checking to see whether it is valid. This procedure shouldn't be used for any page where security is important.
Defined in: /web/philip/packages/acs-core/security-procs.tcl

Source code:


    global ad_conn
    return $ad_conn(user_id)


philg@mit.edu