cgi_cookie_authority (3) Linux Manual Page
NAME cgi_cookie_authority – determine the cookie authority for a domain SYNOPSIS #include <cgi/cgi.h> char *cgi_cookie_authority(CGI *cgi, const char *host); ARGUMENTS cgi – a CGI struct host – optional host to match against. If NULL, the function will use the HTTP.Host HDF variable. DESCRIPTION cgi_cookie_authority will walk the CookieAuthority portion of the CGI HDF data set,…
