libcgi_cookie - Man Page
Name
Cookies ā
Functions
int cgi_add_cookie (const char *name, const char *value, const char *max_age, const char *path, const char *domain, const int secure)
Send a cookie to the client.
char * cgi_cookie_value (const char *cookie_name)
Gets cookie value.
Function Documentation
Info
13 Mar 2003 LibCGI