Tuesday 31 July 2012

How to restrict multi-session mode ?

I am not allowing the user to login from different machines or browsers if already logged in.

Please update the below properties in portal-ext.properties

Set the following values in 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

1 comment:

  1. Hi,

    I am working on liferay 6.2
    Task: I need to restrict simultaneous login for sibgle user in different terminal

    Solution suggested:
    portal-ext.properties
    auth.simultaneous.logins=false
    live.users.enabled=true

    it is not working. Can anyone please help

    ReplyDelete