- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for fsrp (0.02 seconds)
-
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.
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 06:59:19 GMT 2026 - 59.3K bytes - Click Count (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";Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 06:59:19 GMT 2026 - 576.9K bytes - Click Count (2)