Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 12 of 12 for HttpOnly (0.05 sec)

  1. src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java

         */
        String getCookieSearchParameterName();
    
        /**
         * Get the value for the key 'cookie.search.parameter.http_only'. <br>
         * The value is, e.g. true <br>
         * comment: Whether to set HttpOnly attribute to the search parameter cookie.
         * @return The value of found property. (NotNull: if not found, exception but basically no way)
         */
        String getCookieSearchParameterHttpOnly();
    
        /**
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 17 08:28:31 UTC 2025
    - 525.6K bytes
    - Viewed (2)
  2. api/go1.txt

    pkg net/http, type Client struct, Transport RoundTripper
    pkg net/http, type Cookie struct
    pkg net/http, type Cookie struct, Domain string
    pkg net/http, type Cookie struct, Expires time.Time
    pkg net/http, type Cookie struct, HttpOnly bool
    pkg net/http, type Cookie struct, MaxAge int
    pkg net/http, type Cookie struct, Name string
    pkg net/http, type Cookie struct, Path string
    pkg net/http, type Cookie struct, Raw string
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Wed Aug 14 18:58:28 UTC 2013
    - 1.7M bytes
    - Viewed (0)
Back to top