Searched defs:httponly (Results 1 - 2 of 2) sorted by relevance
/httpd/modules/lua/ |
H A D | lua_request.c | 2018 int secure = 0, expires = 0, httponly = 0; local 2052 /* httponly */ 2053 lua_pushstring(L, "httponly"); 2056 httponly = lua_toboolean(L, -1); 2110 httponly ? "HttpOnly;" : "",
|
/httpd/modules/mappers/ |
H A D | mod_rewrite.c | 2507 char *httponly; local 2533 httponly = secure ? apr_strtok(NULL, ":", &tok_cntx) : NULL; 2566 (httponly && (!strcasecmp(httponly, "true") 2567 || !strcmp(httponly, "1") 2568 || !strcasecmp(httponly,
|
Completed in 2167 milliseconds