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