Foros de discusión

Restrict multiple logins for different browsers

RAjasekhara Kammari, modificado hace 7 años.

Restrict multiple logins for different browsers

New Member Mensajes: 6 Fecha de incorporación: 1/08/16 Mensajes recientes
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, modificado hace 7 años.

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

Liferay Master Mensajes: 978 Fecha de incorporación: 3/01/10 Mensajes recientes
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, modificado hace 7 años.

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

New Member Mensajes: 6 Fecha de incorporación: 1/08/16 Mensajes recientes
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