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

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

written-by

Tibor Szucs

How To articles are not official guidelines or officially supported documentation. They are community-contributed content and may not always reflect the latest updates to Liferay DXP. We welcome your feedback to improve How To articles!

While we make every effort to ensure this Knowledge Base is accurate, it may not always reflect the most recent updates or official guidelines.We appreciate your understanding and encourage you to reach out with any feedback or concerns.

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