Searched defs:rfc2109 (Results 1 - 1 of 1) sorted by relevance

/httpd/server/
H A Dutil_cookies.c45 const char *rfc2109; local
56 rfc2109 = apr_pstrcat(r->pool, name, "=", val, ";", buffer,
59 "user '%s' set cookie: '%s'", r->user, rfc2109);
64 apr_table_addn(t, SET_COOKIE, rfc2109);
126 const char *rfc2109 = apr_pstrcat(r->pool, name, "=;Max-Age=0;", local
129 "user '%s' removed cookie: '%s'", r->user, rfc2109);
134 apr_table_addn(t, SET_COOKIE, rfc2109);

Completed in 10 milliseconds