clsagfw_delete_cookie()

The clsagfw_delete_cookie() function deletes a cookie stored in the agent framework.

Syntax

clsagfwret clsagfw_delete_cookie(const oratext *key);

Input

key: Key of the cookie, null terminated string

Notes

This function deletes the cookie and frees all the memory used by the cookie and its value.