legacy-knowledge-base
公開されました Jul. 2, 2025

1 人のユーザーのみがアカウントにログインできるようにする

投稿者

Tibor Szucs

knowledge-article-header-disclaimer-how-to

knowledge-article-header-disclaimer

legacy-article

learn-legacy-article-disclaimer-text

問題

  • 誰かがアカウントにログインしているときに、以前のセッションを無効にしたい。

Environment

  • Liferay DXP 7.0+

解決策

  • 次の portal-ext プロパティを使用すると、セッションを無効にして、一度に 1 人のユーザーのみがアカウントにログインできるようにすることができます。
# Set the following to true if users are allowed to have simultaneous logins from different sessions. This property is not used unless the property "live.users.enabled" is set to true.

auth.simultaneous.logins=false

# Set this to true to enable tracking via Live Users.
# This property is deprecated and will be removed in a future release.
live.users.enabled=true

追加情報

did-this-article-resolve-your-issue

legacy-knowledge-base