# File lib/sinatra/cookies.rb, line 218
      def rehash
        response_cookies.rehash
        request_cookies.rehash
        self
      end