cs_set_effective_url

one of the documented procedures in this installation of the ACS
Usage:
cs_set_effective_url   url
What it does:
Sets the URL 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_url) $url


philg@mit.edu