HTTPSを用いたサイトを構築する場合、Cookieにsecure属性をつける必要が出てくる場合があります。 Jettyで設定のメモです。 JettyのCookieにSecure属性を付与する 探しました。 How to get jetty to send jsessionid-cookies with the secure-flag when using a secure channel Jettyの設定ファイルのjetty-web.xmlを書き換えれば良いようです。 true これを試してみたんですが、動きませんでした。 java.lang.NoSuchMethodException: class org.eclipse.jetty.server.session.HashSessionManager.setSecureCookies(boolean) Jetty9でインターフェイスが変