- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for getCookieSearchParameterHttpOnly (0.41 sec)
-
src/main/java/org/codelibs/fess/helper/SearchHelper.java
final Cookie cookie = new Cookie(fessConfig.getCookieSearchParameterName(), encoded); cookie.setHttpOnly(Constants.TRUE.equalsIgnoreCase(fessConfig.getCookieSearchParameterHttpOnly())); cookie.setSecure(isSearchParameterCookieSecure(req)); final String domain = fessConfig.getCookieSearchParameterDomain();
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
* comment: Whether to set HttpOnly attribute to the search parameter cookie. * @return The value of found property. (NotNull: if not found, exception but basically no way) */ String getCookieSearchParameterHttpOnly(); /** * Is the property for the key 'cookie.search.parameter.http_only' true? <br> * The value is, e.g. true <br>Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Dec 13 02:21:17 UTC 2025 - 525.7K bytes - Viewed (2)