ad_get_signed_cookie

EveAndersson.com : API Browser : ad_get_signed_cookie

ad_get_signed_cookie (public)

ad_get_signed_cookie [ -include_set_cookies include_set_cookies ] \
    [ -secret secret ] name
Defined in packages/acs-core/security-procs.tcl

Retrieves a signed cookie. Validates a cookie against its cryptographic signature and insures that the cookie has not expired. Throws an exception if validation fails.

Switches:
-include_set_cookies (defaults to "t")
-secret (optional)

Parameters:
name
[ show source ]

Show another procedure:

eve@eveandersson.com