afc_cgi_manager_get_cookie

Name

afc_cgi_manager_get_cookie  -- Retrieve a cookie value

Synopsis

char * afc_cgi_manager_get_cookie ( CGIManager * cgi_manager, char * key );

Description

This function retrieves a cookie value. If the cookie does not exists, then a NULL pointer will be returned.

Inputs

cgi_manager

Pointer to a valid afc_cgi_manager instance.

key

Cookie name

value

Cookie value

Result

Note

See Also