class Rack::Protection::CookieTossing

def empty_cookie(host, path)

def empty_cookie(host, path)
  { value: '', domain: host, path: path, expires: Time.at(0) }
end