Icon MaxAge Property

property MaxAge: Integer

Usage

Available In: Server Applications

Specifies how long, in seconds, the cookie should be available before it expires. The default value is 0, which indicates that the cookie is a per-session cookie.

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