- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for fsrp (1.39 sec)
-
src/main/resources/fess_config.properties
# Maximum length of the encoded search parameters stored in cookies. cookie.search.parameter.max.length=1000 # Cookie name used to store encoded search parameters before SSO login. cookie.search.parameter.name=fsrp # Whether to set HttpOnly attribute to the search parameter cookie. cookie.search.parameter.http_only=true # Whether to set Secure attribute to the search parameter cookie. Should be true in production environments using HTTPS.
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Thu Dec 11 09:47:03 UTC 2025 - 54.8K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java
/** The key of the configuration. e.g. 1000 */ String COOKIE_SEARCH_PARAMETER_MAX_LENGTH = "cookie.search.parameter.max.length"; /** The key of the configuration. e.g. fsrp */ String COOKIE_SEARCH_PARAMETER_NAME = "cookie.search.parameter.name"; /** The key of the configuration. e.g. true */ String COOKIE_SEARCH_PARAMETER_http_only = "cookie.search.parameter.http_only";Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Dec 13 02:21:17 UTC 2025 - 525.7K bytes - Viewed (2)