How to Remove the JSessionID Parameter from Confluence URL

お困りですか?

アトラシアン コミュニティをご利用ください。

コミュニティに質問

プラットフォームについて: Data Center - この記事は、Data Center プラットフォームのアトラシアン製品に適用されます。

このナレッジベース記事は製品の Data Center バージョン用に作成されています。Data Center 固有ではない機能の Data Center ナレッジベースは、製品のサーバー バージョンでも動作する可能性はありますが、テストは行われていません。サーバー*製品のサポートは 2024 年 2 月 15 日に終了しました。サーバー製品を利用している場合は、アトラシアンのサーバー製品のサポート終了のお知らせページにて移行オプションをご確認ください。

*Fisheye および Crucible は除く

There could be security concerns when the JSessionID appears in the URL's query string, as in .

To remove the JSessionID parameter from the URL query string:

  1. Confluence をシャットダウンします。
  2. <confluence_installation_directory>/conf/web.xml に移動します。
  3. Find <session-config>
  4. Within the <session-config> element add the following parameter:

    <tracking-mode>COOKIE</tracking-mode>
  5. Save the file

  6. Confluence を再起動して変更内容を反映します。

最終更新日: 2025 年 1 月 3 日

この内容はお役に立ちましたか?

はい
いいえ
この記事についてのフィードバックを送信する
Powered by Confluence and Scroll Viewport.