afc_cgi_manager_set_cookie_path

Name

afc_cgi_manager_set_cookie_path  -- Set the cookies path

Synopsis

int afc_cgi_manager_set_cookie_path ( CGIManager * cgi_manager, char * path );

Description

This function sets the new cookie path. Please, read the discussion in afc_cgi_manager_set_cookie_domain() for more info. If you want a cookie to be seen in all parts of your site, set the path to "/"

Inputs

cgi_manager

Pointer to a valid afc_cgi_manager instance.

path

path you want to set

Result

should return AFC_ERR_NO_ERROR

See Also