class ActionDispatch::Integration::Session

def cookies

sent with the next request.
A map of the cookies returned by the last response, and which will be
def cookies
  _mock_session.cookie_jar
end