データベースからデータを取得し、結果を Cookie に書き込み、クライアントに送信するサーブレットがあります。しかし、コードをデバッグしているときに、奇妙なエラーが発生しました:
Servlet.service() for servlet [StoricoAcquisti] in context with path [/Serv] threw exception
org.apache.coyote.http11.HeadersTooLargeException: An attempt was made to write more data to the response headers than there was room available in the buffer. Increase maxHttpHeaderSize on the connector or write less data into the response headers.
どうすれば修正できますか?データがオーバーフローした場合、Cookie よりも多くの情報を書き込む必要がありますか?