Drop User Session

Marcelo Castro November 6, 2013

Hi,

I need to prevent more than 1 session for user. In previous version of Jira (4.0) it is possible basically customizing the login method from com.atlassian.seraph.auth.DefaultAuthenticator class and the methods doExecute and doDefault from com.atlassian.jira.web.action.user.Logout. However in Jira 6.0 the login method from DefaultAuthenticator class was changed and replaced for getPasswordAuthentication, and the Logout class does not exists.

Does anyone know how to do this and how works the logout process can be implemented in version 6.0 of Jira?

Thanks,
Marcelo.

1 answer

0 votes
Renjith Pillai
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
November 10, 2013

This article says you need to use seraph interceptors for achieving this. Does that help you (i ahve not used that myself)? https://answers.atlassian.com/questions/57044/how-to-avoid-multiple-users-will-be-connected-with-a-single-username-in-different-machines

Suggest an answer

Log in or Sign up to answer