cancel
Showing results for 
Search instead for 
Did you mean: 

Can we limit concurrent sessions in Community Edition 5.1?

villdre
Confirmed Champ
Confirmed Champ

Hello

Is there a config setting in Community Edition 5.1 that can limit concurrent sessions for users? I.e. we only want a user to be logged-in via one browser at a time.

Thanks

Vipul.

3 REPLIES 3

kaynezhang
World-Class Innovator
World-Class Innovator

I'm afraid there is no such feature as far as I know.

Thanks Kayne. Any idea how to achieve this via code?

kaynezhang
World-Class Innovator
World-Class Innovator

For share my tentative thought is to use an cache to save all the active sessions ,for every login request , check if the use is already online.

You may need to redevelop authentication implementation of share ,for example override org.alfresco.web.site.SlingshotUserFactory class.