module ActionDispatch::RequestCookieMethods

def have_cookie_jar?

def have_cookie_jar?
  has_header? "action_dispatch.cookies"
end