sec_get_token

EveAndersson.com : API Browser : sec_get_token

sec_get_token

sec_get_token token_id
Defined in packages/acs-core/security-procs.tcl

Returns the token corresponding to the token_id. This first checks the thread-persistent TCL cache, then checks the server size-limited cache before finally hitting the db in the worst case if the secret_token value is not in either cache. The procedure also updates the caches. Cache eviction is handled by the ns_cache API for the size-limited cache and is handled by AOLserver (via thread termination) for the thread-persistent TCL cache.

Parameters:
token_id
[ show source ]

Show another procedure:

eve@eveandersson.com