# File lib/rack/protection/cookie_tossing.rb, line 66
      def empty_cookie(host, path)
        {:value => '', :domain => host, :path => path, :expires => Time.at(0)}
      end