class HTTP::Cookie

def expire!

past date.
Expires this cookie by setting the expires attribute value to a
def expire!
  self.expires = UNIX_EPOCH
  self
end