afc_cgi_manager_set_tag

Name

afc_cgi_manager_set_tag  -- Set a tag

Synopsis

int afc_cgi_manager_set_tag ( CGIManager * cgi_manager, int tag, void * value );

Description

This function sets a tag in the class.

Inputs

cgi_manager

Pointer to a valid afc_cgi_manager instance.

tag

Tag to be set. Valid values are:

AFC_CGI_MANAGER_TAG_HANDLE_COOKIES

Defines whether the instance should handles cookies or not. Valid values are:

TRUE

The CGIManager will handle cookies

FALSE

The CGIManager will not handle cookies (default)

Result

should return AFC_ERR_NO_ERROR

See Also