class ActionDispatch::Request::Session

def self.find(req)

def self.find(req)
  req.get_header ENV_SESSION_KEY
end