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

/httpd/modules/lua/
H A Dlua_request.c2018 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 Dmod_rewrite.c2507 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