class ActionDispatch::Request

def session_options=(options)

def session_options=(options)
  Session::Options.set self, options
end