Warning: file_get_contents(/data/phpspider/zhask/data//catemap/9/java/339.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Java 在liferay portal中,如何将多会话限制为基本会话模式?_Java_Security_Session_Liferay_Portlet - Fatal编程技术网

Java 在liferay portal中,如何将多会话限制为基本会话模式?

Java 在liferay portal中,如何将多会话限制为基本会话模式?,java,security,session,liferay,portlet,Java,Security,Session,Liferay,Portlet,在liferay portal中,默认情况下启用了多会话模式,如何更改为使用基本会话模式?在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

在liferay portal中,默认情况下启用了多会话模式,如何更改为使用基本会话模式?

在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

在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

你能详细说明你所说的多会话和基本会话模式是什么意思吗?你能详细说明你所说的多会话和基本会话模式是什么意思吗?