Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for setHttpOnly (0.04 seconds)

  1. fess-crawler/src/main/java/org/codelibs/fess/crawler/client/http/config/CookieConfig.java

            return httpOnly;
        }
    
        /**
         * Sets whether the cookie is HTTP-only.
         *
         * @param httpOnly true for HTTP-only cookies
         */
        public void setHttpOnly(final boolean httpOnly) {
            this.httpOnly = httpOnly;
        }
    
        @Override
        public String toString() {
    Created: Sun Apr 12 03:50:13 GMT 2026
    - Last Modified: Thu Jan 08 14:22:26 GMT 2026
    - 3.8K bytes
    - Click Count (0)
Back to Top