expires

abstract var expires: Int?

Define when the cookie will be removed. Value must be an Int which will be interpreted as days from time of creation.

If omitted, the cookie becomes a session cookie.