module ActionDispatch::Session::Compatibility

def make_request(env)

def make_request(env)
  ActionDispatch::Request.new env
end