The clsagfw_set_cookie() function stores a cookie and its value in the agent framework.
clsagfw_set_cookie()
clsagfwret clsagfwret clsagfw_set_cookie(const oratext *key, const void *value);
key: Key of the cookie, null terminated string
key
Value: Pointer to the value of the cookie to be stored
Value
The value of the saved cookie can be later retrieved by calling clsagfw_get_cookie().
clsagfw_get_cookie()
Scripting on this page enhances content navigation, but does not change the content in any way.