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.
JSF 2 アプリケーション (@SessionScoped) があります。同じブラウザで別のユーザーの新しいタブを開くと、「古い」タブでは何も起こりませんが、そのタブで操作を行うことはできません。しかし、「古い」タブを更新すると、新しいセッション (「新しい」タブと同じ) が取得され、正常に動作します。
問題は、同じブラウザで新しいタブが開かれたときに、どうすれば古いタブをリロードできるかということです。