Forums de discussion

Restrict multiple logins for different browsers

RAjasekhara Kammari, modifié il y a 7 années.

Restrict multiple logins for different browsers

New Member Publications: 6 Date d'inscription: 01/08/16 Publications récentes
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, modifié il y a 7 années.

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

Liferay Master Publications: 978 Date d'inscription: 03/01/10 Publications récentes
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, modifié il y a 7 années.

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

New Member Publications: 6 Date d'inscription: 01/08/16 Publications récentes
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