Home
last modified time | relevance | path

Searched refs:_cookieConfig (Results 1 – 1 of 1) sorted by relevance

/external/jetty/src/java/org/eclipse/jetty/server/session/
DAbstractSessionManager.java484 _cookieConfig.getMaxAge(), in getSessionCookie()
485 _cookieConfig.isHttpOnly(), in getSessionCookie()
486_cookieConfig.isSecure() || (isSecureRequestOnly() && requestIsSecure)); in getSessionCookie()
495 _cookieConfig.getMaxAge(), in getSessionCookie()
496 _cookieConfig.isHttpOnly(), in getSessionCookie()
497_cookieConfig.isSecure() || (isSecureRequestOnly() && requestIsSecure), in getSessionCookie()
857 return _cookieConfig; in getSessionCookieConfig()
861 private SessionCookieConfig _cookieConfig = field in AbstractSessionManager