ad_get_session_idWhat it does:
Gets the session 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(session_id)