# File lib/cgi/session.rb, line 436
      def delete
        File::unlink @path+".lock" rescue nil
        File::unlink @path+".new" rescue nil
        File::unlink @path
      rescue Errno::ENOENT
      end