Function Cookie.maxAge
Maximum life time of the cookie
void maxAge
(
long value
) @property @safe;
void maxAge
(
core .time .Duration value
) @property @safe;
long maxAge() @property @safe const;
This is the modern variant of expires
. For backwards compatibility it
is recommended to set both properties, or to use the expire
method.