Defined in packages/acs-core/security-procs.tclSets 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