Reputation: 620
In liferay portal, by default, is enabled multi-session mode, how to change to use base-session mode?
Upvotes: 1
Views: 781
Reputation: 3660
Set the following values in portal-ext.properties
live.users.enabled=true
#
# 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
Upvotes: 4