class ActionDispatch::Request::Session::Options

def self.set(req, options)

:nodoc:
def self.set(req, options)
  req.set_header ENV_SESSION_OPTIONS_KEY, options
end