cs_set_instance_id

one of the documented procedures in this installation of the ACS
Usage:
cs_set_instance_id   instance_id
What it does:
Sets the instance ID to be recorded for the page currently being served.
Defined in: /web/philip/tcl/1-cs-defs.tcl

Source code:


    global ad_conn
    set ad_conn(cs_instance_id) $instance_id


philg@mit.edu