maxAge property
getter/setter pair
The number of seconds until the cookie expires. A zero or negative value means the cookie has expired.
Implementation
abstract int? maxAge;
The number of seconds until the cookie expires. A zero or negative value means the cookie has expired.
abstract int? maxAge;