maxAge property

int? maxAge
getter/setter pair

The number of seconds until the cookie expires. A zero or negative value means the cookie has expired.

Implementation

int? maxAge;