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

/forgerock/web-agents-v4/source/
H A Dprocess.c1252 * @param maxage, cookie max-age value in seconds, can be NULL
1255 const char *value, const char *domain, const char *path, const char *maxage) {
1322 /* check if maxage option is provided, if so - use it;
1327 sec = ISVALID(maxage) ? strtol(maxage, NULL, AM_BASE_TEN)
1254 do_cookie_set_generic(am_request_t *r, const char *prefix, const char *name, const char *value, const char *domain, const char *path, const char *maxage) argument

Completed in 36 milliseconds