Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for eussions (0.03 sec)

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

        }
    
        /**
         * Checks if HTTP sessions are enabled.
         *
         * @return true if sessions are used, false otherwise
         */
        public boolean isUseSession() {
            return useSession;
        }
    
        /**
         * Sets whether to use HTTP sessions.
         *
         * @param useSession true to enable sessions, false to disable
         */
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Aug 07 03:06:29 UTC 2025
    - 52.4K bytes
    - Viewed (0)
  2. docs/changelogs/changelog_3x.md

        not send the `Expect: continue` request header.
     *  Fix: Do not count web sockets toward the dispatcher's per-host connection
        limit.
     *  Fix: Avoid using invalid HTTPS sessions. This prevents OkHttp from crashing
        with the error, `Unexpected TLS version: NONE`.
     *  Fix: Don't corrupt the response cache when a 304 (Not Modified) response
        overrides the stored "Content-Encoding" header.
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Sun Feb 06 14:55:54 UTC 2022
    - 50.8K bytes
    - Viewed (0)
Back to top