Add context to SessionsController

What does this MR do?

This controller doesn't inherit from ApplicationController and so doesn't use its set_current_context method. That means we're missing a context for Sidekiq jobs scheduled from this controller (emails and potentially web hooks).

For gitlab-com/gl-infra/scalability#158.

Merge request reports

Loading