RE: close a session

Jamie Sammons, modified 3 Years ago. New Member Post: 1 Join Date: 6/2/22 Recent Posts
hello how to close a session if the same user opens another session in another browser. worked with liferay 6.2
thumbnail
Mohammed Yasin, modified 3 Years ago. Liferay Master Posts: 593 Join Date: 8/8/14 Recent Posts

 Hi ,

You can set below property in your portal-ext.properties file and restart the server.

auth.simultaneous.logins=false

https://github.com/liferay/liferay-portal/blob/6.2/portal-impl/src/portal.properties#L3123