clsagfw_set_cookie()

The clsagfw_set_cookie() function stores a cookie and its value in the agent framework.

Syntax

clsagfwret clsagfwret clsagfw_set_cookie(const oratext *key,
                                         const void *value);

Input

key: Key of the cookie, null terminated string

Value: Pointer to the value of the cookie to be stored

Notes

The value of the saved cookie can be later retrieved by calling clsagfw_get_cookie().