sec_read_security_info

one of the documented procedures in this installation of the ACS
Usage:
sec_read_security_info
What it does:
Reads the security cookies, setting fields in ad_conn accordingly.
Defined in: /web/philip/packages/acs-core/security-procs.tcl

Source code:


    global ad_conn

    regexp {^([0-9]+)$} [ad_get_cookie "ad_browser_id"] "" ad_conn(browser_id)
    regexp {^([0-9]+),([0-9]*),([^,]*),([0-9]+)$}  [ns_urldecode [ad_get_cookie "ad_session_id"]] ""  ad_conn(session_id) ad_conn(user_id) ad_conn(token) ad_conn(last_issue)


philg@mit.edu