template::util::set_cookie (public, deprecated)
template::util::set_cookie expire_state name value [ domain ]
Defined in packages/acs-templating/tcl/deprecated-procs.tcl
Deprecated. Invoking this procedure generates a warning.
Create a cookie with specified parameters. The expiration state may be persistent, session, or a number of minutes from the current time.
- Parameters:
- expire_state (required)
- name (required)
- value (required)
- domain (optional)
- See Also:
- Testcases:
- No testcase defined.