Skip to content

Sessions can be listed for a given user

James Edwards-Jones requested to merge jej/list-sessions-for-user into master

What does this MR do?

Allows sessions stored in Redis to be listed for a user. This is used from https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/12594

    Adds ActiveSession#session_ids_for_user for listing session IDs for a
    given user, and adds ActiveSession#list_sessions for listing session
    data directly.

Conformity

Merge request reports