ad_get_client_property

EveAndersson.com : API Browser : ad_get_client_property

ad_get_client_property

ad_get_client_property [ -cache cache ] [ -browser browser ] \
    [ -cache_only cache_only ] [ -default default ] module name
Defined in packages/acs-core/security-procs.tcl

Looks up a property for the current session, or for the browser. If $cache is true, will use the cached value if available. If $cache_only is true, will never incur a database hit (i.e., will only return a value if cached). If the property is secure, we must be on a validated session over SSL.

Switches:
-cache (defaults to "t")
-browser (defaults to "f")
-cache_only (defaults to "f")
-default (optional)

Parameters:
module
name
[ show source ]

Show another procedure:

eve@eveandersson.com