ad_set_client_property

EveAndersson.com : API Browser : ad_set_client_property

ad_set_client_property

ad_set_client_property [ -secure secure ] [ -browser browser ] \
    [ -deferred deferred ] [ -persistent persistent ] module name \
    value
Defined in packages/acs-core/security-procs.tcl

Sets a client (session- or browser-level) property. If $persistent is true, the new value will be written through to the database. If $deferred is true, the database write will be delayed until connection close (although calls to ad_get_client_property will still return the correct value immediately). If $secure is true, the property will not be retrievable except via a validated, secure (HTTPS) connection.

Switches:
-secure (defaults to "f")
-browser (defaults to "f")
-deferred (defaults to "f")
-persistent (defaults to "t")

Parameters:
module
name
value
[ show source ]

Show another procedure:

eve@eveandersson.com