security::cookie_name (public)
security::cookie_name plain_name
Defined in packages/acs-tcl/tcl/security-procs.tcl
- Parameters:
- plain_name (required)
- Returns:
- the supplied cookie name, but potentially prefixed according to the NaviServer CookieNamespace parameter, to make it unique for this particular domain.
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- No testcase defined.
Source code: # # Setting a cookie always requires a connection. # return [ns_config "ns/server/[ns_info server]/acs" CookieNamespace "ad_"]$plain_nameGeneric XQL file: packages/acs-tcl/tcl/security-procs.xql
PostgreSQL XQL file: packages/acs-tcl/tcl/security-procs-postgresql.xql
Oracle XQL file: packages/acs-tcl/tcl/security-procs-oracle.xql