- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for COOKIE (0.04 sec)
-
src/main/java/org/codelibs/fess/helper/SearchHelper.java
"Stored search parameters in cookie: name={}, size={}, maxAge={}, path={}, domain={}, secure={}, httpOnly={}, sameSite={}", cookie.getName(), encoded.length(), cookie.getMaxAge(), cookie.getPath(), cookie.getDomain(), cookie.getSecure(), cookie.isHttpOnly(), fessConfig.getCookieSearchParameterSameSite()); }Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Dec 20 05:56:45 UTC 2025 - 36.3K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java
/** The key of the configuration. e.g. true */ String COOKIE_SEARCH_PARAMETER_http_only = "cookie.search.parameter.http_only"; /** The key of the configuration. e.g. */ String COOKIE_SEARCH_PARAMETER_SECURE = "cookie.search.parameter.secure"; /** The key of the configuration. e.g. 60 */ String COOKIE_SEARCH_PARAMETER_max_age = "cookie.search.parameter.max_age";Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Dec 13 02:21:17 UTC 2025 - 525.7K bytes - Viewed (2)