# File lib/http/cookie.rb, line 536
  def expire!
    self.expires = UNIX_EPOCH
    self
  end