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.
パスワードの変更などのアクティビティの場合に、ユーザーセッションを強制的に強制終了(ユーザーをログアウト)したい。jbossポータルサーバーでこれを実際に行うにはどうすればよいですか。
このアクティビティが発生すると、ポートレットのprocessActionメソッドが呼び出され、RenderRequestは使用できますが、HTTPRequestは使用できないため、session.invalidateはオプションではないと思います。
次のJBossの記事に記載されているアプローチの使用を検討してください。
http://community.jboss.org/wiki/SessionInvalidate