test1604
test1604

Reputation: 620

In liferay portal how to restrict multisession to base session mode?

In liferay portal, by default, is enabled multi-session mode, how to change to use base-session mode?

Upvotes: 1

Views: 781

Answers (1)

Sandeep Nair
Sandeep Nair

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

Related Questions