[3] セッションを構成する情報は、応用データを保護するため記録層を使うときのセキュリティー引数を作るために使います >>1。
[6] TLS セッション識別子は、セッションを再開する時に ClientHello
でクライアントが指定します >>5。このメッセージは平文で送信されますから、
鯖は機密事項をセッション識別子に含めてはなりません >>5。
[4] TLS Handshake Protocol の再開機能を使うことで、同じセッションを使って複数の接続を実現値化できます >>1。
session
A TLS session is an association between a client and a server.
Sessions are created by the handshake protocol. Sessions define a
set of cryptographic security parameters that can be shared among
multiple connections. Sessions are used to avoid the expensive
negotiation of new security parameters for each connection.
session identifier
A session identifier is a value generated by a server that
identifies a particular session.
[8] curl - How To Use (, ) https://curl.haxx.se/docs/manpage.html#--no-sessionid