ad_get_user_idWhat 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)