afc_cgi_manager_set_cookie

Name

afc_cgi_manager_set_cookie  -- Set a new cookie

Synopsis

int afc_cgi_manager_set_cookie ( CGIManager * cgi_manager, char * key, char * value );

Description

This function sets (or resets) a new cookie.

Inputs

cgi_manager

Pointer to a valid afc_cgi_manager instance.

key

Cookie name

value

Cookie value

Result

should return AFC_ERR_NO_ERROR

Note

See Also