class Rack::Session::Abstract::SessionHash

def self.set(req, session)

def self.set(req, session)
  req.set_header RACK_SESSION, session
end