留言板

Restrict multiple logins for different browsers

RAjasekhara Kammari,修改在7 年前。

Restrict multiple logins for different browsers

New Member 帖子: 6 加入日期: 16-8-1 最近的帖子
Hi,
I tried configuring, live.users.enabled=true and auth.simultaneous.logins=false in portal-ext.properties file. This works in a way that, if i login in Chrome and then login in IE, chrome is getting logged off.
But, i don't want to login again in IE, should be able to use the same session for multiple browsers.
Can we achieve this in Liferay?

Thanks
thumbnail
Jack Bakker,修改在7 年前。

RE: Restrict multiple logins (single session for multiple browsers)

Liferay Master 帖子: 978 加入日期: 10-1-3 最近的帖子
RAjasekhara Kammari:
Hi,
I tried configuring, live.users.enabled=true and auth.simultaneous.logins=false in portal-ext.properties file. This works in a way that, if i login in Chrome and then login in IE, chrome is getting logged off.
But, i don't want to login again in IE, should be able to use the same session for multiple browsers.
Can we achieve this in Liferay?

Are you seriously looking for a Single Sign On (SSO) that functions across multiple browsers ? (the properties you reference certainly don't offer that)
RAjasekhara Kammari,修改在7 年前。

RE: Restrict multiple logins (single session for multiple browsers)

New Member 帖子: 6 加入日期: 16-8-1 最近的帖子
Thanks for reply Jack, My requirement is if we login in one browser ( Chrome) , it should not ask for login again in any different browser. Basically, the same server session should be used across multiple browsers.

Thanks