class ActionDispatch::Request::Session::Options

def id(req)

def id(req)
  @delegate.fetch(:id) {
    @by.send(:extract_session_id, req)
  }
end