From: aidy Date: 2008-06-06T01:44:15+09:00 Subject: delete cookie Hi, Does anyone know of an effective way to delete cookies? I have been using this: class Cookie def kill (dir= \ "C:\\Documents and Settings\\"+ENV['USERNAME']+"\ \Local Settings\\Temporary Internet Files") require 'fileutils' FileUtils.rm_rf dir end But doesn't seem to always work Aidy