Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
nginx で FastCGI を使用して C++ で Web サイトを作成しています。私の問題は、ユーザー(別名セッション)を追跡することです。HTTP_COOKIE を読み取ることはできますが、名前と値を指定して新しい Cookie を作成し、これをクライアントに送信する方法がわかりません。
Google で調べると、CGI/fCGI で実行しようとする PHP、Python、およびその他のスクリプト言語に関連するものしか見つかりませんでした。