Icon Expires Property

property Expires: DateTime

Usage

Available In: Server Applications

Specifies the date/time when the cookie is set to expire. The default value is blank (0), which indicates that the cookie is a per-session cookie.

This property is the alternate of the MaxAge property. Whereas this property allows you to set the actual expiration date/time for the cookie, the MaxAge property allows you to specify how long you want the cookie to be available before it expires.
Image