Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for Secured (0.02 sec)

  1. src/main/java/org/codelibs/fess/helper/SearchHelper.java

         * Determines if the search parameter cookie should be secure based on configuration and request.
         *
         * @param request The HTTP request
         * @return true if the cookie should have the secure flag set
         */
        protected boolean isSearchParameterCookieSecure(final HttpServletRequest request) {
            final FessConfig fessConfig = ComponentUtil.getFessConfig();
            final String secure = fessConfig.getCookieSearchParameterSecure();
    Registered: Sat Dec 20 09:19:18 UTC 2025
    - Last Modified: Sat Dec 20 05:56:45 UTC 2025
    - 36.3K bytes
    - Viewed (0)
Back to top