legacy-knowledge-base
公開されました Sep. 10, 2025

同時ログインを無効にできない

written-by

Emma Liu

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

問題

  • portal-ext.propertiesに以下のプロパティを設定しても、ユーザーは同時にログインすることができます。
    live.users.enabled=true 
    auth.simultaneous.logins=false

環境への配慮

  • Liferay DXP 7.1

決議

  • 同時ログインを無効にするには、以下のプロパティを有効にする必要があります。 (デフォルトでは有効)
 # Set this to true to track user clicks in memory for the duration of a
# user's session. Setting this to true allows you to view all live sessions
# in the Admin portlet.
#
# Env: LIFERAY_SESSION_PERIOD_TRACKER_PERIOD_MEMORY_PERIOD_ENABLED
#
session.tracker.memory.enabled=true
did-this-article-resolve-your-issue

legacy-knowledge-base